diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2003-05-14 19:55:59 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2003-05-14 19:55:59 (GMT) |
commit | 64200b5e975b19f38f9a68569b98c6f53e6fe4d9 (patch) | |
tree | d211455e0cef95445694e7630c63dd0e90d3f3a5 /src/defargs.l | |
parent | a9f41d99f3651cd66850e9020bc3af7cb559306e (diff) | |
download | Doxygen-64200b5e975b19f38f9a68569b98c6f53e6fe4d9.zip Doxygen-64200b5e975b19f38f9a68569b98c6f53e6fe4d9.tar.gz Doxygen-64200b5e975b19f38f9a68569b98c6f53e6fe4d9.tar.bz2 |
Release-1.3-20030514
Diffstat (limited to 'src/defargs.l')
-rw-r--r-- | src/defargs.l | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/defargs.l b/src/defargs.l index 8bdffa3..b1f2134 100644 --- a/src/defargs.l +++ b/src/defargs.l @@ -409,6 +409,9 @@ void stringToArgumentList(const char *argsString,ArgumentList* &al) //printf("stringToArgumentList(%s) result=%s\n",argsString,argListToString(al).data()); } +#if !defined(YY_FLEX_SUBMINOR_VERSION) extern "C" { // some bogus code to keep the compiler happy void defargsYYdummy() { yy_flex_realloc(0,0); } } +#endif + |