Re: [fltk.development] // in C files

2012-05-27 Thread Ian MacArthur
On 27 May 2012, at 03:55, Greg Ercolano wrote: However, there is a -Xcpluscomm flag, which supposedly enables C++ comments in C code as a language extension. So I suppose if we were to sneak that flag into the cc command on irix, then the //'s wouldn't be an issue

[fltk.development] // in C files

2012-05-26 Thread Greg Ercolano
Just a reminder: '//' isn't a valid comment delimiter in C files, i.e .c/.h. The native C compiler on platforms we support (IRIX) fail to build. ___ fltk-dev mailing list fltk-dev@easysw.com

Re: [fltk.development] // in C files

2012-05-26 Thread Ian MacArthur
On 26 May 2012, at 22:44, Greg Ercolano wrote: Just a reminder: '//' isn't a valid comment delimiter in C files, i.e .c/.h. The native C compiler on platforms we support (IRIX) fail to build. Though (as ever) that depends heavily on the dialect of C that your compiler

Re: [fltk.development] // in C files

2012-05-26 Thread Greg Ercolano
On 05/26/12 15:14, Ian MacArthur wrote: On 26 May 2012, at 22:44, Greg Ercolano wrote: Just a reminder: '//' isn't a valid comment delimiter in C files, i.e .c/.h. The native C compiler on platforms we support (IRIX) fail to build. Though (as ever) that depends heavily on the