make wchar_t an atomic type, for JSString.

git-svn-id: svn://10.0.0.236/trunk@68790 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
beard%netscape.com 2000-05-09 03:06:49 +00:00
parent 78704fc915
commit 42b76425a5
2 changed files with 2 additions and 0 deletions

View File

@ -81,6 +81,7 @@ namespace JavaScript {
define_atomic_type(unsigned long)
define_atomic_type(float)
define_atomic_type(double)
define_atomic_type(wchar_t)
#undef define_atomic_type

View File

@ -81,6 +81,7 @@ namespace JavaScript {
define_atomic_type(unsigned long)
define_atomic_type(float)
define_atomic_type(double)
define_atomic_type(wchar_t)
#undef define_atomic_type