diff stdio.h @ 255:8cd8d72286ae

PowerPC long long complex function call fix. MIPS entry frame calc.
author kono
date Fri, 14 May 2004 20:57:52 +0900
parents 7b2762739df6
children 9843979a270e
line wrap: on
line diff
--- a/stdio.h	Wed May 12 21:44:45 2004 +0900
+++ b/stdio.h	Fri May 14 20:57:52 2004 +0900
@@ -1,8 +1,9 @@
-#ifndef __micro_c__
+#ifndef __micro_c__aaa
 #include "/usr/include/stdio.h"
 long long strtoll(const char *, char **, int);
 #else
 
+long long strtoll(const char *, char **, int);
 
 #ifdef __APPLE__