Code

Change the variable names `true' and `false' (which are keywords in C99)
authorHolger Weiss <hweiss@users.sourceforge.net>
Sat, 27 Jan 2007 17:49:08 +0000 (17:49 +0000)
committerHolger Weiss <hweiss@users.sourceforge.net>
Sat, 27 Jan 2007 17:49:08 +0000 (17:49 +0000)
commit35fcc425a67d39ad9485e1a542325d4afeddfdc6
tree65ce63ead5648b6c6572f479757f031a6618d79d
parent4db299b5e779d9315aa49e66ff875e2efeee7fe2
Change the variable names `true' and `false' (which are keywords in C99)
to `yes' and `no'.  Fixes compilation when using SGI's MIPSpro c99(1).

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1588 f882894a-f735-0410-b71e-b25c423dba1c
lib/utils_base.c