diff options
author | marha <marha@users.sourceforge.net> | 2010-11-19 13:18:48 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-11-19 13:18:48 +0000 |
commit | 12f606ce06ef926f366a03079c5e3107c23f18af (patch) | |
tree | 28d7be4328bca9c31c1ab0f7cb5924c196be23a0 /tools/bison++/old.c | |
parent | 773752eab55047c33bad0d88006bb69f5c601502 (diff) | |
download | vcxsrv-12f606ce06ef926f366a03079c5e3107c23f18af.tar.gz vcxsrv-12f606ce06ef926f366a03079c5e3107c23f18af.tar.bz2 vcxsrv-12f606ce06ef926f366a03079c5e3107c23f18af.zip |
Added tool bison++-1.21.11
Diffstat (limited to 'tools/bison++/old.c')
-rw-r--r-- | tools/bison++/old.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/bison++/old.c b/tools/bison++/old.c new file mode 100644 index 000000000..bfaa77ef5 --- /dev/null +++ b/tools/bison++/old.c @@ -0,0 +1,6 @@ +/* JF changed to accept/deal with variable args. + DO NOT change this to use varargs. It will appear to work + but will break on systems that don't have the necessary library + functions. This is the ONLY safe way to write such a function. */ +/*VARARGS1*/ +#include <stdio.h> |