Skip to content

Commit cb5cb80

Browse files
committed
comments [skip ci]
1 parent 9cdca0e commit cb5cb80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fuzz.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ static void doProcess(const uint8_t *data, size_t dataSize)
1919
simplecpp::OutputList outputList;
2020
std::vector<std::string> files;
2121
simplecpp::TokenList rawtokens(data, dataSize, files, "test.cpp", &outputList);
22-
rawtokens.removeComments();
22+
//rawtokens.removeComments();
2323

2424
simplecpp::TokenList outputTokens(files);
2525
simplecpp::FileDataCache filedata;
2626
simplecpp::DUI dui;
27-
dui.removeComments = true;
27+
//dui.removeComments = true;
2828
std::list<simplecpp::MacroUsage> macroUsage;
2929
std::list<simplecpp::IfCond> ifCond;
3030
simplecpp::preprocess(outputTokens, rawtokens, files, filedata, dui, &outputList, &macroUsage, &ifCond);

0 commit comments

Comments
 (0)