зеркало из https://github.com/mozilla/gecko-dev.git
changes to get the tests building again on the mac
This commit is contained in:
Родитель
da8b0e151c
Коммит
628e5ebabd
Двоичные данные
js2/src/macbuild/JS2.mcp
Двоичные данные
js2/src/macbuild/JS2.mcp
Двоичный файл не отображается.
|
@ -34,6 +34,10 @@
|
|||
#include "utilities.h"
|
||||
#ifdef DEBUG
|
||||
# include <cstdio>
|
||||
# ifdef XP_MAC
|
||||
# include <cstdarg>
|
||||
# include <Types.h>
|
||||
# endif
|
||||
# ifdef WIN32
|
||||
# include <stdlib.h>
|
||||
# include <windows.h>
|
||||
|
@ -97,6 +101,7 @@ namespace JavaScript
|
|||
void
|
||||
Assert(const char *s, const char *file, int line)
|
||||
{
|
||||
|
||||
#if defined(XP_UNIX) || defined(XP_OS2)
|
||||
fprintf(std::stderr, "Assertion failure: %s, at %s:%d\n", s, file, line);
|
||||
#endif
|
||||
|
|
Двоичные данные
js2/tests/cpp/macbuild/js2_shell.mcp
Двоичные данные
js2/tests/cpp/macbuild/js2_shell.mcp
Двоичный файл не отображается.
Двоичный файл не отображается.
Загрузка…
Ссылка в новой задаче