Merge change 1818

* changes:
  Add license, document language changes.
This commit is contained in:
Android (Google) Code Review 2009-05-15 15:15:55 -07:00
commit fd59668c96
2 changed files with 1 additions and 1 deletions

View File

@ -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.

View File