diff options
| author | Roman Divacky <rdivacky@FreeBSD.org> | 2009-11-04 15:04:32 +0000 | 
|---|---|---|
| committer | Roman Divacky <rdivacky@FreeBSD.org> | 2009-11-04 15:04:32 +0000 | 
| commit | 51fb8b013e7734b795139f49d3b1f77c539be20a (patch) | |
| tree | 59e0e47a9831dcf0e21e547927c8ebb7e113bfd1 /include/clang/Frontend/InitPreprocessor.h | |
| parent | 73490b890977362d28dd6326843a1ecae413921d (diff) | |
Diffstat (limited to 'include/clang/Frontend/InitPreprocessor.h')
| -rw-r--r-- | include/clang/Frontend/InitPreprocessor.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/include/clang/Frontend/InitPreprocessor.h b/include/clang/Frontend/InitPreprocessor.h index eb03602dc57b..b29ee2728a86 100644 --- a/include/clang/Frontend/InitPreprocessor.h +++ b/include/clang/Frontend/InitPreprocessor.h @@ -63,7 +63,8 @@ public:  /// environment ready to process a single file. This returns true on error.  ///  bool InitializePreprocessor(Preprocessor &PP, -                            const PreprocessorInitOptions& InitOptions); +                            const PreprocessorInitOptions& InitOptions, +                            bool undef_macros);  } // end namespace clang  | 
