Skip to content

Instantly share code, notes, and snippets.

@vprimachenko
Created December 4, 2012 20:58
Show Gist options
  • Select an option

  • Save vprimachenko/4208580 to your computer and use it in GitHub Desktop.

Select an option

Save vprimachenko/4208580 to your computer and use it in GitHub Desktop.
#ifdef #else #endif with comments only: compatible with every language with // and /**/ comments
/*
code1();
/*/
code2();
/**/
add a slash to flip the switch
//*
code1();
/*/
code2();
/**/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment