Menu

#80 C++-style comment in screen.c causes compile failure

open
nobody
None
5
2005-11-22
2005-11-22
rlink
No

Line 2994 of screen.c is a C++-style comment that trips
up compilers which do not accept them in C code.

// selecting with ALT will put the text to clipboard

Sun compiler will accept C++-style arguments with the
-xCC flag, but not all compilers have such an option.

Discussion


Log in to post a comment.