* Modifications history
*========================================================================
* $Log: not supported by cvs2svn $
+ * Revision 1.1 2004/09/02 18:14:38 jsurfer
+ * intial source from ttp://www.sf.net/projects/wdte
+ *
* Revision 1.1 2004/02/26 02:25:42 agfitzp
* renamed packages to match xml & css
*
if (expression.equals("="))
{
JSGlobalVariableElement aVariable = addGlobalVariable(variableName, varOffset);
- checkForSpecialGlobalTypes(aVariable);
+ if (aVariable!=null) {
+ checkForSpecialGlobalTypes(aVariable);
+ }
}
}
}