diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2001-01-28 18:16:38 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2001-01-28 18:16:38 (GMT) |
commit | 9d98e802c931c7d358c55c2f69dabdef78b1fb62 (patch) | |
tree | 26b976ebd24f845a5cf88ab76f81f928c47c4548 /src/constexp.y | |
parent | cbf50dc79a88d3710287b312996da56f97154c56 (diff) | |
download | Doxygen-9d98e802c931c7d358c55c2f69dabdef78b1fb62.zip Doxygen-9d98e802c931c7d358c55c2f69dabdef78b1fb62.tar.gz Doxygen-9d98e802c931c7d358c55c2f69dabdef78b1fb62.tar.bz2 |
Release-1.2.4-20010128
Diffstat (limited to 'src/constexp.y')
-rw-r--r-- | src/constexp.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constexp.y b/src/constexp.y index f4306fb..f5565bc 100644 --- a/src/constexp.y +++ b/src/constexp.y @@ -32,7 +32,7 @@ int cppExpYYerror(const char *s) { - printf("ERROR: %s\n",s); + printf("Error in constant expression evaluation: %s\n",s); return 0; } |