aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppalloc.c
diff options
context:
space:
mode:
authorZack Weinberg <zack@wolery.cumb.org>2000-02-06 07:53:50 +0000
committerZack Weinberg <zack@gcc.gnu.org>2000-02-06 07:53:50 +0000
commit1316f1f7fcb21e1f5c807f2a3a84f177674e0e5b (patch)
tree6aaa6f9538630d2ea8364246fa5bcbbdd6bf3d3f /gcc/cppalloc.c
parent40ea76de513e2bd7388dfaf144c5c9f68f53afad (diff)
downloadgcc-1316f1f7fcb21e1f5c807f2a3a84f177674e0e5b.zip
gcc-1316f1f7fcb21e1f5c807f2a3a84f177674e0e5b.tar.gz
gcc-1316f1f7fcb21e1f5c807f2a3a84f177674e0e5b.tar.bz2
cppalloc.c: Update copyright.
* cppalloc.c: Update copyright. * cpplib.c: Merge all the static function prototypes into one block. * cpplib.h: Remove #if 0 block. From-SVN: r31818
Diffstat (limited to 'gcc/cppalloc.c')
-rw-r--r--gcc/cppalloc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/cppalloc.c b/gcc/cppalloc.c
index 3e44dc3..ed39277 100644
--- a/gcc/cppalloc.c
+++ b/gcc/cppalloc.c
@@ -1,5 +1,6 @@
/* Part of CPP library. (memory allocation - xmalloc etc)
- Copyright (C) 1986, 87, 89, 92-95, 98, 99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1986, 87, 89, 92-95, 98, 99, 2000
+ Free Software Foundation, Inc.
Written by Per Bothner, 1994.
Based on CCCP program by Paul Rubin, June 1986
Adapted to ANSI C, Richard Stallman, Jan 1987