forked from e16/e16
1
0
Fork 0

Enable // comments in theme files (suggested by Don Harrop).

SVN revision: 37075
This commit is contained in:
Kim Woelders 2008-10-24 19:15:09 +00:00
parent b2c37aafc2
commit 360949f8d8
1 changed files with 1 additions and 1 deletions

View File

@ -824,7 +824,7 @@ init_parse_options(struct cpp_options *opts)
opts->dump_macros = dump_none;
opts->no_output = 0;
opts->cplusplus = 0;
opts->cplusplus_comments = 0;
opts->cplusplus_comments = 1;
opts->verbose = 0;
opts->objc = 0;