]> granicus.if.org Git - sudo/commitdiff
added entry for anal ansi compilers
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 15 Jan 1996 01:32:10 +0000 (01:32 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 15 Jan 1996 01:32:10 +0000 (01:32 +0000)
TROUBLESHOOTING

index 45471675aa0f8df8d8d738b5f266f57db0c3164c..3eb45d0e5f9be7e264a44734b0e0258ff56f6449 100644 (file)
@@ -85,3 +85,11 @@ A) The simplest thing to do is "rm -f lex.yy.c ; ln sudo-lex.yy.c lex.yy.c"
    which will set you back up with a pre-flexed lex.yy.c.
    If you want to hack on the lexer you should get a copy of flex
    from ftp.ee.lbl.gov
+
+Q) My C compiler complains about:
+       "./options.h", line xx "/*" detected in comment
+   Should I be worried?
+A) No, this is due to the way options are commented out in options.h.
+   Some ANSI compilers are just a bit too protective.
+   If anyone have a better way to that is just as easy to uncomment
+   and that doesn't produce a similar warning, please let me know.