Bug 366398: On Darwin, Makefile.ref builds static libjs.so instead of dynamic libjs.dylib, r=bsmedberg

This commit is contained in:
crowder%fiverocks.com 2007-01-31 19:55:41 +00:00
Родитель d943a6e68d
Коммит 1d76f34df7
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -940,8 +940,8 @@ js_map_atom(JSHashEntry *he, intN i, void *arg)
} }
#ifdef DEBUG #ifdef DEBUG
jsrefcount js_atom_map_count; static jsrefcount js_atom_map_count;
jsrefcount js_atom_map_hash_table_count; static jsrefcount js_atom_map_hash_table_count;
#endif #endif
JS_FRIEND_API(JSBool) JS_FRIEND_API(JSBool)