From 5aeb36ec9e7aaee34ce8f5f248029d39047e2918 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Tue, 5 Aug 2003 02:37:17 +0000 Subject: "" svn path=/trunk/; revision=823 --- externals/grill/pool/data.cpp | 3 +- externals/grill/pool/main.cpp | 2 +- externals/grill/pool/pool.cpp | 4 +- externals/grill/pool/pool.h | 4 +- externals/grill/pool/pool.help | Bin 6174 -> 6369 bytes externals/grill/pool/pool.vcproj | 198 +++++++++++++++++++++++++++++++++++++-- 6 files changed, 199 insertions(+), 12 deletions(-) (limited to 'externals/grill/pool') diff --git a/externals/grill/pool/data.cpp b/externals/grill/pool/data.cpp index c254ad54..d99d83c2 100644 --- a/externals/grill/pool/data.cpp +++ b/externals/grill/pool/data.cpp @@ -11,10 +11,11 @@ WARRANTIES, see the file, "license.txt," in this distribution. #include "pool.h" #include -#include #include #include +#include +using namespace std; pooldata::pooldata(const S *s,I vcnt,I dcnt): sym(s),nxt(NULL),refs(0), diff --git a/externals/grill/pool/main.cpp b/externals/grill/pool/main.cpp index 4397a55b..135872b3 100644 --- a/externals/grill/pool/main.cpp +++ b/externals/grill/pool/main.cpp @@ -203,7 +203,7 @@ private: FLEXT_NEW_V("pool",pool); -pooldata *pool::head,*pool::tail; +pooldata *pool::head,*pool::tail; V pool::setup(t_classid c) diff --git a/externals/grill/pool/pool.cpp b/externals/grill/pool/pool.cpp index f58bae5f..25bb0b79 100644 --- a/externals/grill/pool/pool.cpp +++ b/externals/grill/pool/pool.cpp @@ -11,9 +11,11 @@ WARRANTIES, see the file, "license.txt," in this distribution. #include "pool.h" #include -#include #include #include +#include + +using namespace std; #define VBITS 6 #define DBITS 5 diff --git a/externals/grill/pool/pool.h b/externals/grill/pool/pool.h index 59195555..e4a55647 100644 --- a/externals/grill/pool/pool.h +++ b/externals/grill/pool/pool.h @@ -19,7 +19,9 @@ WARRANTIES, see the file, "license.txt," in this distribution. #error You need at least flext version 0.4.2 #endif -#include +#include + +using namespace std; typedef void V; typedef int I; diff --git a/externals/grill/pool/pool.help b/externals/grill/pool/pool.help index 959ca32f..9ec9715f 100755 Binary files a/externals/grill/pool/pool.help and b/externals/grill/pool/pool.help differ diff --git a/externals/grill/pool/pool.vcproj b/externals/grill/pool/pool.vcproj index d4240f10..3b04751b 100644 --- a/externals/grill/pool/pool.vcproj +++ b/externals/grill/pool/pool.vcproj @@ -13,7 +13,7 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -152,7 +286,7 @@ + Name="PD Release|Win32"> + Name="PD Debug|Win32"> + + + + + + + Name="PD Release|Win32"> + Name="PD Debug|Win32"> + + + + + + + Name="PD Release|Win32"> + Name="PD Debug|Win32"> + + + + + + -- cgit v1.2.1