Skip to content
Snippets Groups Projects
Select Git revision
  • 089c9b71d10bd66549858254cc10803cba45453a
  • master default protected
2 results

compile.c

Blame
    • Jun Wu's avatar
      089c9b71
      py: remove "if (0)" and "if (false)" branches. · 089c9b71
      Jun Wu authored
      Prior to this commit, building the unix port with `DEBUG=1` and
      `-finstrument-functions` the compilation would fail with an error like
      "control reaches end of non-void function".  This change fixes this by
      removing the problematic "if (0)" branches.  Not all branches affect
      compilation, but they are all removed for consistency.
      089c9b71
      History
      py: remove "if (0)" and "if (false)" branches.
      Jun Wu authored
      Prior to this commit, building the unix port with `DEBUG=1` and
      `-finstrument-functions` the compilation would fail with an error like
      "control reaches end of non-void function".  This change fixes this by
      removing the problematic "if (0)" branches.  Not all branches affect
      compilation, but they are all removed for consistency.
    sys.rst 3.25 KiB