diff options
Diffstat (limited to 'gcc/cppalloc.c')
-rwxr-xr-x | gcc/cppalloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cppalloc.c b/gcc/cppalloc.c index bc99436..320713a 100755 --- 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 (void) ATTRIBUTE_NORETURN; static void memory_full () |