X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fkstddef.h;fp=include%2Fkstddef.h;h=deb65fa70b03052ef3b06efef94bd5d4a951bd98;hp=4a5771c267cf3c180afd8f4062d8facce562941e;hb=331b5c344271387790f735540510e2a07e4e42a7;hpb=44ba0e9facc91003bf3ef32876f8b8ac5439c3c1 diff --git a/include/kstddef.h b/include/kstddef.h index 4a5771c..deb65fa 100644 --- a/include/kstddef.h +++ b/include/kstddef.h @@ -2,8 +2,11 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: kstddef.h,v 1.7 2000/05/07 12:46:19 kevin Exp $ +** $Id: kstddef.h,v 1.8 2000/05/08 20:00:48 kevin Exp $ ** $Log: kstddef.h,v $ +** Revision 1.8 2000/05/08 20:00:48 kevin +** ANSI C changes +** ** Revision 1.7 2000/05/07 12:46:19 kevin ** made c++ compatible ** @@ -76,17 +79,12 @@ typedef signed int bool; /* Boolean variable type */ typedef unsigned char string[STR_SIZE]; -#define UNSIGNLONG unsigned long int -#define UNSIGNCHAR unsigned char - #define TRUE 1 #define FALSE 0 #define OK TRUE #define ERROR FALSE #define YES TRUE #define NO FALSE -#define ON TRUE -#define OFF FALSE /*----------------------------------------------------------------------*/ @@ -94,11 +92,6 @@ typedef unsigned char string[STR_SIZE]; /*----------------------------------------------------------------------*/ -#define INTERNAL_FUNC static -#define INTERNAL_VAR static - -/*----------------------------------------------------------------------*/ - #define NEWLINE '\n' #define TAB '\t' #define EOS '\0' @@ -159,11 +152,7 @@ typedef struct timedate_st TIMEDATE; /* codes for open command */ -#ifdef LATTICE -#define OPEN_RDONLY 0x8000 /* Lattice codes for binary i/o */ -#define OPEN_WRONLY 0x8001 -#define OPEN_RDWR 0x8002 -#elif MICROSOFT +#if MICROSOFT #define OPEN_RDONLY O_RDONLY /* other system use standard codes */ #define OPEN_WRONLY O_WRONLY /* for binary */ #define OPEN_RDWR O_RDWR