Commit cf126f71 by Charles Hannum

entered into RCS

From-SVN: r1402
parent d28e1517
......@@ -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) \
......
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