Only output explicit extension directives in preprocessing.
Preprocessing output shouldn't contain extensions enabled as dependencies.
This commit is contained in:
parent
222457054e
commit
1d2996db68
6 changed files with 11 additions and 5 deletions
|
|
@ -222,6 +222,7 @@ public:
|
|||
void notifyVersion(int line, int version, const char* type_string);
|
||||
void notifyErrorDirective(int line, const char* error_message);
|
||||
void notifyLineDirective(int curLineNo, int newLineNo, bool hasSource, int sourceNum);
|
||||
void notifyExtensionDirective(int line, const char* extension, const char* behavior);
|
||||
|
||||
// The following are implemented in Versions.cpp to localize version/profile/stage/extensions control
|
||||
void initializeExtensionBehavior();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue