diff options
Diffstat (limited to 'idlc')
-rw-r--r-- | idlc/source/preproc/cpp.c | 2 | ||||
-rw-r--r-- | idlc/source/preproc/unix.c | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/idlc/source/preproc/cpp.c b/idlc/source/preproc/cpp.c index e56ae306ac11..22ebc951674c 100644 --- a/idlc/source/preproc/cpp.c +++ b/idlc/source/preproc/cpp.c @@ -44,8 +44,6 @@ int ifdepth; int ifsatisfied[NIF]; int skipping; -char rcsid[] = "$Version 1.2 $ $Revision: 1.10 $ $Date: 2008-07-11 14:50:24 $"; - int realargc; char* realargv[512]; diff --git a/idlc/source/preproc/unix.c b/idlc/source/preproc/unix.c index 461f1d5db34d..0025dded055d 100644 --- a/idlc/source/preproc/unix.c +++ b/idlc/source/preproc/unix.c @@ -41,8 +41,6 @@ #include "cpp.h" -extern char rcsid[]; - int Pflag = 0; /* print no line information */ int Iflag = 0; /* print includes */ int Mflag = 0; /* print macor expansion */ @@ -121,7 +119,7 @@ void break; case 'v': - fprintf(stderr, "%s %s\n", argv[0], rcsid); + fprintf(stderr, "%s\n", argv[0]); break; default: |