> Oops! Sorry about that. I would normally avoid putting C++ comments > in C code, but habit got the better of me. Does gcc have a switch to > cause it to complain about that and, if so, do we want to use it? Yes and no. The options -ansi and -traditional disables it but we can't use them for other reason.
- RE: C++ comments in tab.c Patrik Stridvall
- RE: C++ comments in tab.c Ken Thomases
- Patrik Stridvall