diff options
author | Eric Andersen | 1999-11-15 17:33:30 +0000 |
---|---|---|
committer | Eric Andersen | 1999-11-15 17:33:30 +0000 |
commit | a9c95ea6551eb3d894fcc56822c8aa394972b699 (patch) | |
tree | 59359f25ba4bd356c2dfce79735fb66db4bb4151 /init/init.c | |
parent | 80974fad03689b4344888820d89b514d4e4d166b (diff) | |
download | busybox-a9c95ea6551eb3d894fcc56822c8aa394972b699.zip busybox-a9c95ea6551eb3d894fcc56822c8aa394972b699.tar.gz |
Updates
Diffstat (limited to 'init/init.c')
-rw-r--r-- | init/init.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/init/init.c b/init/init.c index a3e8d67..980150f 100644 --- a/init/init.c +++ b/init/init.c @@ -538,3 +538,7 @@ extern int init_main(int argc, char **argv) sleep(1); } } + +#if defined FOO + #error Ack! +#endif |