diff options
author | mycroft <mycroft@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-07-03 18:42:47 +0000 |
---|---|---|
committer | mycroft <mycroft@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-07-03 18:42:47 +0000 |
commit | 7ebbec245abf18c30f987b7f4d608fffe7125ba0 (patch) | |
tree | 40aa87101b0a7d8002495f2d6739ed8a9ff466a5 /gcc/assert.h | |
parent | 22dacd44b0db8a73852ab8583d21f5627c6c7bf6 (diff) | |
download | gcc-7ebbec245abf18c30f987b7f4d608fffe7125ba0.tar.gz |
entered into RCS
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1402 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/assert.h')
-rw-r--r-- | gcc/assert.h | 4 |
1 files 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) \ |