From 60ee6bb60b11bbfbccf56f335c9c6213e6daa79d Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Thu, 5 Dec 2002 05:36:32 +0000 Subject: "" svn path=/trunk/; revision=278 --- externals/grill/flext/source/flxlet.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'externals/grill/flext/source/flxlet.cpp') diff --git a/externals/grill/flext/source/flxlet.cpp b/externals/grill/flext/source/flxlet.cpp index 881769da..c360daf3 100755 --- a/externals/grill/flext/source/flxlet.cpp +++ b/externals/grill/flext/source/flxlet.cpp @@ -17,7 +17,6 @@ WARRANTIES, see the file, "license.txt," in this distribution. #include #include -//namespace flext { flext_base::xlet::xlet(type t,const char *d): tp(t),nxt(NULL) @@ -60,7 +59,7 @@ unsigned long flext_base::XletCode(xlet::type tp,...) int cnt = 0; xlet::type *args = NULL,arg = tp; for(; arg; ++cnt) { -#ifdef _DEBUG +#ifdef FLEXT_DEBUG if(cnt > 9) { error("%s - Too many in/outlets defined - truncated to 9",thisName()); break; @@ -85,4 +84,3 @@ void flext_base::AddOutlets(unsigned long code) for(; code; code /= 10) AddOutlet((xlet::type)(code%10)); } -//} // namespace flext -- cgit v1.2.1