diff options
Diffstat (limited to 'gcc/cppalloc.c')
-rw-r--r-- | gcc/cppalloc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/cppalloc.c b/gcc/cppalloc.c index bd3a605..8f77cc7 100644 --- a/gcc/cppalloc.c +++ b/gcc/cppalloc.c @@ -27,6 +27,8 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "gansidecl.h" #include "cpplib.h" +static void memory_full PROTO ((void)) ATTRIBUTE_NORETURN; + static void memory_full () { |