summaryrefslogtreecommitdiff
path: root/nbench0.h
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2008-11-13 23:00:00 +0000
committerMatt Turner <mattst88@gmail.com>2008-11-13 23:00:00 +0000
commit8c05353f47d25c1a097d3938333ba212f12b3ea2 (patch)
tree29ae7e122cbda9aaf1322a8fd89f1c52c86810af /nbench0.h
parentb59b0af0b26bcca27af0216309c15da663bcd9b7 (diff)
-- Remove Win31, DOS, and Mac cruft
git-svn-id: svn://mattst88.com/svn/cleanbench/trunk@20 0d43b9a7-5ab2-4d7b-af9d-f64450cef757
Diffstat (limited to 'nbench0.h')
-rw-r--r--nbench0.h43
1 files changed, 0 insertions, 43 deletions
diff --git a/nbench0.h b/nbench0.h
index 947feba..b2bad7c 100644
--- a/nbench0.h
+++ b/nbench0.h
@@ -256,43 +256,6 @@ void *global_fstruct[] =
(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 <Types.h>
-#include <Timer.h>
-/*
-** 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 <windows.h>
-#include <toolhelp.h>
-extern TIMERINFO win31tinfo;
-extern HANDLE hThlp;
-extern FARPROC lpfn;
-#endif
-
-/*
** PROTOTYPES
*/
static int parse_arg(char *argptr);
@@ -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
*/