diff options
author | Jose <jose@zeroc.com> | 2013-07-17 00:09:35 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2013-07-17 00:09:35 +0200 |
commit | 3288f5190bafcf1d9a71bbef7cd0b7d287fb7b86 (patch) | |
tree | 26fa5dbd2ff580933dc28b90af40ba9e3ca6fe7b /cpp/include/Slice/Preprocessor.h | |
parent | Fixed ICE-5356 - Consider adding man pages for unix executables (diff) | |
download | ice-3288f5190bafcf1d9a71bbef7cd0b7d287fb7b86.tar.bz2 ice-3288f5190bafcf1d9a71bbef7cd0b7d287fb7b86.tar.xz ice-3288f5190bafcf1d9a71bbef7cd0b7d287fb7b86.zip |
Fixed ICE-5375 - Consider to add ICE_TRANSLATOR preprocessor macro
Diffstat (limited to 'cpp/include/Slice/Preprocessor.h')
-rw-r--r-- | cpp/include/Slice/Preprocessor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/include/Slice/Preprocessor.h b/cpp/include/Slice/Preprocessor.h index 44f7becb344..16e3aa7c1da 100644 --- a/cpp/include/Slice/Preprocessor.h +++ b/cpp/include/Slice/Preprocessor.h @@ -36,12 +36,12 @@ public: ~Preprocessor(); - FILE* preprocess(bool); + FILE* preprocess(bool, const std::string& = ""); bool close(); enum Language { CPlusPlus, Java, JavaXML, CSharp, Python, Ruby, PHP }; - bool printMakefileDependencies(Language, const std::vector<std::string>&, const std::string& = "cpp", + bool printMakefileDependencies(Language, const std::vector<std::string>&, const std::string& = "", const std::string& = "cpp", const std::string& = ""); std::string getBaseName(); |