pack 'w' should be using NV, not double
[p5sagit/p5-mst-13.2.git] / NetWare / nw5thread.c
index e99512a..7ed18bb 100644 (file)
 #include "EXTERN.h"
 #include "perl.h"
 
-#if defined(PERL_OBJECT)
-#define NO_XSLOCKS
-extern CPerlObj* pPerl;
-#include "XSUB.h"
-#endif
-
 //For Thread Local Storage
 #include "win32ish.h"          // For "BOOL", "TRUE" and "FALSE"
 #include "nwtinfo.h"