On Tue, 4 Dec 2001, krenshala wrote: > What error do you get from GCC if there are still -1's floating around > instead of NOWHER (or whichever)? (Please, please, please quote properly; including 100 lines of text after your two line message is a _bad thing_.) What warning, if any, you'll get from using -1's is based upon how you're using the -1's. Comparisons to -1, assuming you don't cast to a signed type, will generate a warning. Casting probably won't generate a warning at all. -dak -- +---------------------------------------------------------------+ | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html | | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html | +---------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 06/24/03 PDT