commit | 1bd9424b475685b257aec7f075dee27d4b350b03 | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | 周五 4月 19 20:15:05 2013 +0200 |
committer | Jens Geyer <jensg@apache.org> | 周五 4月 19 20:15:05 2013 +0200 |
tree | 59e368d68f4c444105a2fb1014252d0a40b5cd54 | |
parent | 93220328d937df63f2a670fed8d4f8da3375c255 [diff] [blame] |
THRIFT-1933: Delphi generator crashes when a typedef references another typedef from an included file Patch: Jens Geyer
diff --git a/compiler/cpp/src/main.h b/compiler/cpp/src/main.h index 9b7d82d..cb6d27a 100644 --- a/compiler/cpp/src/main.h +++ b/compiler/cpp/src/main.h
@@ -48,6 +48,11 @@ void pwarning(int level, const char* fmt, ...); /** + * Print verbose output message + */ +void pverbose(const char* fmt, ...); + +/** * Failure! */ void failure(const char* fmt, ...);