This commit is contained in:
Eric Andersen
1999-11-15 17:33:30 +00:00
parent 80974fad03
commit a9c95ea655
12 changed files with 98 additions and 43 deletions

View File

@ -538,3 +538,7 @@ extern int init_main(int argc, char **argv)
sleep(1);
}
}
#if defined FOO
#error Ack!
#endif