diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-01-28 14:47:39 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-01-28 14:47:39 +0000 |
commit | 6dc925d2bed59d29a3c27ffe22f4253f1b61d912 (patch) | |
tree | 768441c67dd4b87d92bee85418dbbcdefef11159 /idlc/source/preproc | |
parent | da89c6926da1ce4cb78b2ec16bdf8c52221fcddf (diff) |
INTEGRATION: CWS jsc20 (1.7.12); FILE MERGED
2008/01/03 10:28:20 jsc 1.7.12.1: #i81521# improve scanner to accept single apostrophes in single line comments
Diffstat (limited to 'idlc/source/preproc')
-rw-r--r-- | idlc/source/preproc/cpp.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/idlc/source/preproc/cpp.c b/idlc/source/preproc/cpp.c index adbbfdbc6c6c..a47b091a9056 100644 --- a/idlc/source/preproc/cpp.c +++ b/idlc/source/preproc/cpp.c @@ -4,9 +4,9 @@ * * $RCSfile: cpp.c,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: vg $ $Date: 2007-09-20 15:01:57 $ + * last change: $Author: vg $ $Date: 2008-01-28 15:47:39 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -51,7 +51,7 @@ int ifdepth; int ifsatisfied[NIF]; int skipping; -char rcsid[] = "$Version 1.2 $ $Revision: 1.7 $ $Date: 2007-09-20 15:01:57 $"; +char rcsid[] = "$Version 1.2 $ $Revision: 1.8 $ $Date: 2008-01-28 15:47:39 $"; int realargc; char* realargv[512]; @@ -156,7 +156,7 @@ int main(int argc, char **argv) maketokenrow(3, &tr); expandlex(); setup(realargc, realargv); - fixlex(); + /* fixlex(); */ if (!Pflag) genline(); process(&tr); |