From a55a5773570e56a1fb59887f1215f3d05a055700 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Mon, 25 Nov 2002 22:27:34 +0000 Subject: "" svn path=/trunk/; revision=243 --- externals/grill/flext/source/flutil.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'externals/grill/flext/source/flutil.cpp') diff --git a/externals/grill/flext/source/flutil.cpp b/externals/grill/flext/source/flutil.cpp index 509c3ab4..284ce35c 100644 --- a/externals/grill/flext/source/flutil.cpp +++ b/externals/grill/flext/source/flutil.cpp @@ -28,8 +28,6 @@ WARRANTIES, see the file, "license.txt," in this distribution. #include #endif -//namespace flext { - t_atom *flext::CopyList(int argc,const t_atom *argv) { int i; @@ -51,7 +49,7 @@ void flext::Sleep(float s) { #ifdef NT ::Sleep((long)(s*1000)); -#elif defined MAXMSP +#elif defined(MAXMSP) UnsignedWide tick; Microseconds(&tick); double target = tick.hi*((double)(1L<<((sizeof tick.lo)*4))*(double)(1L<<((sizeof tick.lo)*4)))+tick.lo+s*1.e6; @@ -64,5 +62,3 @@ void flext::Sleep(float s) usleep((long)(s*1000000)); #endif } - -//} // namespace flext -- cgit v1.2.1