diff options
Diffstat (limited to 'gnu/usr.bin/gcc2/cpp')
| -rw-r--r-- | gnu/usr.bin/gcc2/cpp/cccp.c | 4 | ||||
| -rw-r--r-- | gnu/usr.bin/gcc2/cpp/cpp.1 | 5 | ||||
| -rw-r--r-- | gnu/usr.bin/gcc2/cpp/pcp.h | 4 |
3 files changed, 11 insertions, 2 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; diff --git a/gnu/usr.bin/gcc2/cpp/cpp.1 b/gnu/usr.bin/gcc2/cpp/cpp.1 index 8559fc6f8c8..a2d0b32ba9f 100644 --- a/gnu/usr.bin/gcc2/cpp/cpp.1 +++ b/gnu/usr.bin/gcc2/cpp/cpp.1 @@ -1,5 +1,8 @@ -.\" Copyright (c) 1991, 1992, 1993 Free Software Foundation \-*-Text-*- +.\" Copyright (c) 1991, 1992, 1993 Free Software Foundation -*- nroff -*- .\" See section COPYING for conditions for redistribution +.\" +.\" $Id: cpp.1,v 1.2 1993/08/02 17:36:37 mycroft Exp $ +.\" .TH cpp 1 "30apr1993" "GNU Tools" "GNU Tools" .SH NAME cccp, cpp \- The GNU C-Compatible Compiler Preprocessor. diff --git a/gnu/usr.bin/gcc2/cpp/pcp.h b/gnu/usr.bin/gcc2/cpp/pcp.h index 0b86a87af9b..31c375c6bd5 100644 --- a/gnu/usr.bin/gcc2/cpp/pcp.h +++ b/gnu/usr.bin/gcc2/cpp/pcp.h @@ -15,8 +15,10 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + $Id: pcp.h,v 1.2 1993/08/02 17:36:38 mycroft Exp $ +*/ /* Structure allocated for every string in a precompiled file */ |
