Skip to content
  • Sven Greiner's avatar
    Do not use intermediate variable · 929262aa
    Sven Greiner authored
    toggle_options() preserves the value of options if it returns. The
    compiler did not optimize the intermediate variable because it doesn't
    know that fact. This saves 4 bytes.
    929262aa