зеркало из https://github.com/mozilla/pjs.git
Use system includes for stdio.h. r=kin
This commit is contained in:
Родитель
8a6b1e24db
Коммит
69b926da10
|
@ -28,7 +28,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef IMPORT_DEBUG
|
#ifdef IMPORT_DEBUG
|
||||||
#include "stdio.h"
|
#include <stdio.h>
|
||||||
|
|
||||||
#define IMPORT_LOG0( x) printf( x)
|
#define IMPORT_LOG0( x) printf( x)
|
||||||
#define IMPORT_LOG1( x, y) printf( x, y)
|
#define IMPORT_LOG1( x, y) printf( x, y)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче