Update to SourcePawn 1.9 and the latest AMTL.

This commit is contained in:
David Anderson 2016-07-26 01:36:35 -07:00
parent 7008a566a8
commit 3cccfc15da
5 changed files with 6 additions and 6 deletions

View File

@ -32,8 +32,8 @@
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include "CDataPack.h" #include "CDataPack.h"
#include <am-utility.h> #include <amtl/am-autoptr.h>
#include <am-vector.h> #include <amtl/am-vector.h>
using namespace ke; using namespace ke;

View File

@ -34,7 +34,7 @@
#include <IHandleSys.h> #include <IHandleSys.h>
#include <IForwardSys.h> #include <IForwardSys.h>
#include <ISourceMod.h> #include <ISourceMod.h>
#include <am-utility.h> #include <amtl/am-autoptr.h>
HandleType_t g_GlobalFwdType = 0; HandleType_t g_GlobalFwdType = 0;
HandleType_t g_PrivateFwdType = 0; HandleType_t g_PrivateFwdType = 0;

@ -1 +1 @@
Subproject commit 70325e218f9896d1f33cacb654ca721c3851abeb Subproject commit b200aabd680994e8726f4211d2190a7cb587254a

View File

@ -110,7 +110,7 @@ public:
memory_used_(0) memory_used_(0)
{ {
if (!internal_.init()) if (!internal_.init())
internal_.reportOutOfMemory(); internal_.allocPolicy().reportOutOfMemory();
} }
typedef typename Internal::Result Result; typedef typename Internal::Result Result;

@ -1 +1 @@
Subproject commit 594bfbb5e46a47ed57af28786254e9fb8c2c506f Subproject commit 675afe26cfa4c316c494d7c6e359294a2409180b