зеркало из https://github.com/mozilla/pjs.git
Sigh, some platforms have stdio.h included, some don't.
This commit is contained in:
Родитель
3f585fbbef
Коммит
49a563e048
|
@ -61,7 +61,10 @@
|
|||
#endif
|
||||
|
||||
/* sigh */
|
||||
#ifndef EOF
|
||||
/* stdio was not included */
|
||||
extern int sprintf(char *out, char *fmt, ...);
|
||||
#endif
|
||||
|
||||
#ifdef XP_MAC
|
||||
#ifndef __POWERPC__
|
||||
|
|
Загрузка…
Ссылка в новой задаче