projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
wxhtml.rc no longer needed
[wxWidgets.git]
/
src
/
common
/
wxexpr.cpp
diff --git
a/src/common/wxexpr.cpp
b/src/common/wxexpr.cpp
index 6f67df37a2286570e2a54615f1e34c10dce00330..d8687162265dddaebda4d6fbd7ce35b1d02d20e2 100644
(file)
--- a/
src/common/wxexpr.cpp
+++ b/
src/common/wxexpr.cpp
@@
-20,6
+20,8
@@
#pragma hdrstop
#endif
#pragma hdrstop
#endif
+#if 1 // wxUSE_PROLOGIO
+
#include <stdarg.h>
#include <ctype.h>
#include <string.h>
#include <stdarg.h>
#include <ctype.h>
#include <string.h>
@@
-1255,7
+1257,7
@@
void process_command(char * cexpr)
void syntax_error(char *WXUNUSED(s))
{
if (currentwxExprErrorHandler)
void syntax_error(char *WXUNUSED(s))
{
if (currentwxExprErrorHandler)
- (void)(*(currentwxExprErrorHandler))(WXEXPR_ERROR_SYNTAX, "syntax error");
+ (void)(*(currentwxExprErrorHandler))(WXEXPR_ERROR_SYNTAX,
(char *)
"syntax error");
if (thewxExprDatabase) thewxExprDatabase->noErrors += 1;
}
if (thewxExprDatabase) thewxExprDatabase->noErrors += 1;
}
@@
-1272,3
+1274,5
@@
WXDLLEXPORT char *strdup(const char *s)
#endif
#endif
#endif
#endif
+#endif
+ // wxUSE_PROLOGIO