summaryrefslogtreecommitdiff
path: root/lib/sbin
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-05-09 19:29:05 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-05-09 19:29:05 +0000
commit2af8ad2b725d0842959534bc867f3ee53e52f998 (patch)
tree25e48f4a13e0b732a0207211a668e33e25bd2608 /lib/sbin
parent67b088637e37dccb0d267444f6326257de3d5649 (diff)
From Jonathan Thornburg:
Change our fake version of the C99/C++ "bool" type from typedef enum { false = 0, true = 1 } bool; to typedef int bool; #define true 1 #define false 0 so we can assign an int to a bool without triggering compiler warnings on the origin. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2804 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin')
0 files changed, 0 insertions, 0 deletions