Commit 5faca127 by Richard Stallman

*** empty log message ***

From-SVN: r256
parent 1bb87f28
......@@ -20,7 +20,8 @@
#ifdef __STDC__
extern void __eprintf (char *, char *, int, char *); /* Defined in libgcc.a */
/* Defined in libgcc.a */
extern void __eprintf (const char *, const char *, int, const char *);
#define assert(expression) \
((void) ((expression) ? 0 : __assert (#expression, __FILE__, __LINE__)))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment