diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-06-28 17:05:40 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-06-28 19:59:06 +0100 |
commit | 2c3aa4f3a5c1e96ca6edd18d2e1a32f0272153a7 (patch) | |
tree | 07e17aba2102900dd04914b9a332af618b10bd35 /idlc/source | |
parent | bd18cf52743cda0c601aa10ade303c310ca9f33b (diff) |
remove malingering legacy RCS tags.
Diffstat (limited to 'idlc/source')
-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: |