Use if(0) instead of #if 0
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 18 Feb 2012 11:18:23 +0000 (12:18 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 18 Feb 2012 11:18:23 +0000 (12:18 +0100)
commit10c30668020c8157685867e902f6554806ffcfc3
treec0adeb083a4a5e5cc17d6fa4300287b33f7c44f8
parent320480cba250c94eb108b0cb2236b9a6ff3b8ca2
Use if(0) instead of #if 0

The Gnu Coding Standards recommend run time conditionals instead of preprocessor
conditionals.  I think this makes sense too, since #if 0'd code becomes obsolete
without anyone noticing.
src/math/categoricals.c