diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-19 22:52:43 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-19 22:52:43 +0000 |
commit | 5102b38e99f9fc6e79623b797bd66bd1d5cf39fb (patch) | |
tree | 0319b7469142d309d9f854a370b3b83ac8d4ac57 /gcc/cppalloc.c | |
parent | e750712b790b8e65e5044e04cea6490ad3574a13 (diff) | |
download | gcc-5102b38e99f9fc6e79623b797bd66bd1d5cf39fb.tar.gz |
* cppalloc.c: PROTO -> PARAMS.
* cpperror.c: Likewise.
* cppfiles.c: Likewise.
* cpplib.c: Likewise.
* cpplib.h: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31521 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cppalloc.c')
-rw-r--r-- | gcc/cppalloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cppalloc.c b/gcc/cppalloc.c index 47712e7a1ae..f0a81b577b3 100644 --- a/gcc/cppalloc.c +++ b/gcc/cppalloc.c @@ -26,7 +26,7 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "system.h" #include "cpplib.h" -static void memory_full PROTO ((void)) ATTRIBUTE_NORETURN; +static void memory_full PARAMS ((void)) ATTRIBUTE_NORETURN; static void memory_full () |