diff options
| author | mycroft <mycroft@NetBSD.org> | 1993-08-02 17:28:42 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1993-08-02 17:28:42 +0000 |
| commit | 2cce313a8b751f32d3d95b2803bcb5e0cac2ccac (patch) | |
| tree | 481dd98bbea89b18b50fd8dac27502379e5b7709 /gnu/usr.bin/gcc2/cpp/cccp.c | |
| parent | 210cab45419b639d07892767d7535c2c7760889d (diff) | |
Add RCS identifiers, remove some completely useless RCS logs and patchkit
headers, and a few other insignificant changes.
Diffstat (limited to 'gnu/usr.bin/gcc2/cpp/cccp.c')
| -rw-r--r-- | gnu/usr.bin/gcc2/cpp/cccp.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/usr.bin/gcc2/cpp/cccp.c b/gnu/usr.bin/gcc2/cpp/cccp.c index 86ba2cfaa70..5cf29f2b690 100644 --- a/gnu/usr.bin/gcc2/cpp/cccp.c +++ b/gnu/usr.bin/gcc2/cpp/cccp.c @@ -20,6 +20,10 @@ Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. In other words, you are welcome to use, share and improve this program. You are forbidden to forbid anyone else to use, share and improve what you give them. Help stamp out software-hoarding! */ + +#ifndef lint +static char rcsid[] = "$Id: cccp.c,v 1.2 1993/08/02 17:36:33 mycroft Exp $"; +#endif /* not lint */ typedef unsigned char U_CHAR; |
