commit | 9918d0a2ee146e9bcd15b2f2eccf6f5445f8e17e | [log] [tgz] |
---|---|---|
author | Jack Palevich <jackpal@google.com> | Fri May 15 10:57:02 2009 -0700 |
committer | Jack Palevich <jackpal@google.com> | Fri May 15 11:01:21 2009 -0700 |
tree | 2e53dc868fbdc703237d58931b7dc6cb1fccc0d8 | |
parent | 035b427c703e24d583be7aef9923a85327d8b546 [diff] [blame] |
Add license, document language changes.
diff --git a/libacc/FEATURES b/libacc/FEATURES index 3e80890..1a44415 100644 --- a/libacc/FEATURES +++ b/libacc/FEATURES
@@ -56,7 +56,7 @@ - C Strings and C character constants are supported. Only '\n', '\"', '\'' and '\\' escapes are recognized. - - C Comments can be used (but no C++ comments). + - Both C comments ( /* */ ) and C++ comments ( // ... end-of-line ) can be used. - No error is displayed if an incorrect program is given.