From cf126f71da61e7f9dfadd45e4c8211116fef5e1f Mon Sep 17 00:00:00 2001 From: Charles Hannum Date: Fri, 3 Jul 1992 18:42:47 +0000 Subject: [PATCH] entered into RCS From-SVN: r1402 --- gcc/assert.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/assert.h b/gcc/assert.h index c7c91833786..4efbab96367 100644 --- a/gcc/assert.h +++ b/gcc/assert.h @@ -23,10 +23,10 @@ /* Defined in libgcc.a */ #ifdef __cplusplus extern "C" { -extern void __eprintf (const char *, const char *, int, const char *); +extern void __eprintf (const char *, const char *, unsigned, const char *); } #else -extern void __eprintf (const char *, const char *, int, const char *); +extern void __eprintf (const char *, const char *, unsigned, const char *); #endif #define assert(expression) \ -- 2.30.2