Branch landing: Multithreading in mozilla.

- Add -DJS_THREADSAFE to builds.
This commit is contained in:
mlm%netscape.com 1998-09-25 22:00:13 +00:00
parent bd371efe89
commit 82fa1e53f6
2 changed files with 3 additions and 1 deletions

View File

@ -589,7 +589,7 @@ MOZ_SMARTUPDATE = 1
endif
ifndef NO_MOCHA
DEFINES += -DMOCHA
DEFINES += -DMOCHA -DJS_THREADSAFE
endif
ifdef FORTEZZA

View File

@ -41,6 +41,8 @@
// 98-08-10 joe -- temporary item to turn on ENDER (html textareas) before it fully lands
#define ENDER 1
// 98-09-25 mlm - turn on javascript thread safety
#define JS_THREADSAFE 1
// ÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑ
// ¥ You typically will not need to change things below here