You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ./simplecpp -std=c89 test.cpp
test.cpp:1: dui error: unknown standard specified: 'c89'
The problem is that these standards have no value for __STDC_VERSION__ so simplecpp::getCStdString() returns an empty string which therefore treats it as unknown in simplecpp::preprocess().
The text was updated successfully, but these errors were encountered:
The problem is that these standards have no value for
__STDC_VERSION__
sosimplecpp::getCStdString()
returns an empty string which therefore treats it as unknown insimplecpp::preprocess()
.The text was updated successfully, but these errors were encountered: