From 8c05353f47d25c1a097d3938333ba212f12b3ea2 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Thu, 13 Nov 2008 23:00:00 +0000 Subject: -- Remove Win31, DOS, and Mac cruft git-svn-id: svn://mattst88.com/svn/cleanbench/trunk@20 0d43b9a7-5ab2-4d7b-af9d-f64450cef757 --- nbench0.h | 43 ------------------------------------------- 1 file changed, 43 deletions(-) (limited to 'nbench0.h') diff --git a/nbench0.h b/nbench0.h index 947feba..b2bad7c 100644 --- a/nbench0.h +++ b/nbench0.h @@ -255,43 +255,6 @@ void *global_fstruct[] = (void *)&global_nnetstruct, (void *)&global_lustruct }; -/* -** Following globals added to support command line emulation on -** the Macintosh....which doesn't have command lines. -*/ -#ifdef MAC -int argc; /* Argument count */ -char *argv[20]; /* Argument vectors */ - -unsigned char Uargbuff[129]; /* Buffer holding arguments string */ -unsigned char Udummy[2]; /* Dummy buffer for first arg */ - -#endif - -#ifdef MACTIMEMGR -#include -#include -/* -** Timer globals for Mac -*/ -struct TMTask myTMTask; -long MacHSTdelay,MacHSTohead; - -#endif - -/* -** Following globals used by Win 31 timing routines. -** NOTE: This requires the includes of the w31timer.asm -** file in your project!! -*/ -#ifdef WIN31TIMER -#include -#include -extern TIMERINFO win31tinfo; -extern HANDLE hThlp; -extern FARPROC lpfn; -#endif - /* ** PROTOTYPES */ @@ -315,12 +278,6 @@ static int calc_confidence(double scores[], static double getscore(int fid); static void show_stats(int bid); -#ifdef MAC -void UCommandLine(void); -void UParse(void); -unsigned char *UField(unsigned char *ptr); -#endif - /* ** EXTERNAL PROTOTYPES */ -- cgit v1.2.3