OSSP CVS Repository

ossp - Difference in ossp-pkg/js/src/jsatom.c versions 1.2 and 1.3
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/js/src/jsatom.c 1.2 -> 1.3

--- jsatom.c     2006/07/24 19:53:01     1.2
+++ jsatom.c     2006/08/03 13:19:20     1.3
@@ -144,6 +144,10 @@
 const char js_xml_str[]             = "xml";
 #endif
 
+#if defined(OSSP) && defined(JS_HAS_DSO_OBJECT) && (JS_HAS_DSO_OBJECT - 0)
+const char js_DSO_str[]             = "DSO";
+#endif
+
 #ifdef NARCISSUS
 const char js_call_str[]             = "__call__";
 const char js_construct_str[]        = "__construct__";
@@ -363,6 +367,10 @@
     FROB(tagcAtom,                js_tagc_str);
     FROB(xmlAtom,                 js_xml_str);
 #endif
+    
+#if defined(OSSP) && defined(JS_HAS_DSO_OBJECT) && (JS_HAS_DSO_OBJECT - 0)
+    FROB(DSOAtom,                 js_DSO_str);
+#endif
 
 #ifdef NARCISSUS
     FROB(callAtom,                js_call_str);

CVSTrac 2.0.1