diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-07-11 13:50:24 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-07-11 13:50:24 +0000 |
commit | 91e590574b315fed359d2ab6bdf634818ee3ebbc (patch) | |
tree | fd99a4928f2a2f9dec1770202ef663eda3d75d25 /idlc | |
parent | a856966cf480e2751b742f8c65a81e197d28201e (diff) |
INTEGRATION: CWS jsc21 (1.9.4); FILE MERGED
2008/06/20 11:12:53 jsc 1.9.4.1: #i86349# remove unused methods
Diffstat (limited to 'idlc')
-rw-r--r-- | idlc/source/preproc/cpp.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/idlc/source/preproc/cpp.c b/idlc/source/preproc/cpp.c index b82cbb350539..d551ac9121a9 100644 --- a/idlc/source/preproc/cpp.c +++ b/idlc/source/preproc/cpp.c @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: cpp.c,v $ - * $Revision: 1.9 $ + * $Revision: 1.10 $ * * This file is part of OpenOffice.org. * @@ -46,7 +46,7 @@ int ifdepth; int ifsatisfied[NIF]; int skipping; -char rcsid[] = "$Version 1.2 $ $Revision: 1.9 $ $Date: 2008-04-11 10:37:48 $"; +char rcsid[] = "$Version 1.2 $ $Revision: 1.10 $ $Date: 2008-07-11 14:50:24 $"; int realargc; char* realargv[512]; @@ -151,7 +151,6 @@ int main(int argc, char **argv) maketokenrow(3, &tr); expandlex(); setup(realargc, realargv); - /* fixlex(); */ if (!Pflag) genline(); process(&tr); |