mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-08-08 17:11:47 +02:00
Dumped the old implementation. Started with a more simple approach.
This commit is contained in:
8
external/Squirrel/sqstate.h
vendored
8
external/Squirrel/sqstate.h
vendored
@@ -130,14 +130,6 @@ private:
|
||||
#define _instance_ddel _table(_sharedstate->_instance_default_delegate)
|
||||
#define _weakref_ddel _table(_sharedstate->_weakref_default_delegate)
|
||||
|
||||
#ifdef SQUNICODE //rsl REAL STRING LEN
|
||||
#define rsl(l) ((l)<<WCHAR_SHIFT_MUL)
|
||||
#else
|
||||
#define rsl(l) (l)
|
||||
#endif
|
||||
|
||||
//extern SQObjectPtr _null_;
|
||||
|
||||
bool CompileTypemask(SQIntVec &res,const SQChar *typemask);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user