Diff for /parser3/src/classes/xnode.C between versions 1.54.2.7 and 1.54.2.8

version 1.54.2.7, 2003/02/20 14:53:35 version 1.54.2.8, 2003/02/26 11:29:58
Line 28  extern "C" { Line 28  extern "C" {
   
 // global variable  // global variable
   
 MethodedPtr xnode_class(new MXnode);  DECLARE_CLASS_VAR(xnode, new MXnode, 0);
   
 // classes  // classes
   
Line 676  MXnode::MXnode(Pool& apool, const char* Line 676  MXnode::MXnode(Pool& apool, const char*
   
 // global variable  // global variable
   
 MethodedPtr xnode_class(0); // fictive  DECLARE_CLASS_VAR(xnode, 0, 0); // fictive
   
 #endif  #endif

Removed from v.1.54.2.7  
changed lines
  Added in v.1.54.2.8


E-mail: