[GRASS5] C++ style inline comments...

Eric G. Miller egm2 at jps.net
Thu Jul 4 04:53:38 EDT 2002


I've been perusing grass51 sources and noticed many instances where
The C++ style inline comments "//" are used.  While it's legal in
C99, there are still C compilers that'll choke on these.  Please
don't use them.  Either use /* ... */ or #if 0 ... #endif.

-- 
Eric G. Miller <egm2 at jps.net>



More information about the grass-dev mailing list