diff options
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 47712e7..f0a81b5 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 ()  | 
