disable emscripten_jcache_printf in non-C++

This commit is contained in:
Alon Zakai 2013-03-04 17:24:47 -08:00
Родитель 26a3a085fc
Коммит 6de84bc7da
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -364,8 +364,10 @@ extern void EMSCRIPTEN_PROFILE_END(int id);
* variables). (You can create a variable to store a complex
* expression on the previous line, if necessary.)
*/
#ifdef __cplusplus
void emscripten_jcache_printf(const char *format, ...);
void emscripten_jcache_printf_(...); /* internal use */
#endif
#ifdef __cplusplus
}