This commit is contained in:
beard%netscape.com 2000-04-13 00:14:23 +00:00
Родитель 198a14a484
Коммит 2922707730
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -39,7 +39,7 @@ namespace JavaScript {
GC_finalization_proc *old_proc, void* *old_client_data);
}
#ifndef XP_MAC
#if 0 && !defined(XP_MAC)
// for platforms where GC doesn't exist yet.
inline void* GC_malloc(size_t bytes) { return ::operator new(bytes); }
inline void* GC_malloc_atomic(size_t bytes) { return ::operator new(bytes); }

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

@ -39,7 +39,7 @@ namespace JavaScript {
GC_finalization_proc *old_proc, void* *old_client_data);
}
#ifndef XP_MAC
#if 0 && !defined(XP_MAC)
// for platforms where GC doesn't exist yet.
inline void* GC_malloc(size_t bytes) { return ::operator new(bytes); }
inline void* GC_malloc_atomic(size_t bytes) { return ::operator new(bytes); }