Bug 366398: Backing this out since it breaks branch debug builds.

Will restore when I have branch approvals
This commit is contained in:
crowder%fiverocks.com 2007-02-01 18:40:00 +00:00
parent 0c7db29caf
commit 57f9073a6a
2 changed files with 3 additions and 5 deletions

View File

@ -49,9 +49,7 @@ CFLAGS += -Wall -Wno-format
OS_CFLAGS = -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DDARWIN
RANLIB = ranlib
MKSHLIB = $(CC) -dynamiclib $(XMKSHLIBOPTS) -framework System
SO_SUFFIX = dylib
MKSHLIB = libtool $(XMKSHLIBOPTS) -framework System
#.c.o:
# $(CC) -c -MD $*.d $(CFLAGS) $<

View File

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