From 9918d0a2ee146e9bcd15b2f2eccf6f5445f8e17e Mon Sep 17 00:00:00 2001 From: Jack Palevich Date: Fri, 15 May 2009 10:57:02 -0700 Subject: [PATCH] Add license, document language changes. --- libacc/FEATURES | 2 +- libacc/MODULE_LICENSE_BSD_LIKE | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 libacc/MODULE_LICENSE_BSD_LIKE diff --git a/libacc/FEATURES b/libacc/FEATURES index 3e80890e3..1a444150f 100644 --- a/libacc/FEATURES +++ b/libacc/FEATURES @@ -56,7 +56,7 @@ Supported C language subset (read joint example 'otccex.c' to have - 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. diff --git a/libacc/MODULE_LICENSE_BSD_LIKE b/libacc/MODULE_LICENSE_BSD_LIKE new file mode 100644 index 000000000..e69de29bb