Cleanup
This commit is contained in:
parent
264399a2ec
commit
9cc8ef700c
@ -132,28 +132,6 @@ typedef struct {
|
||||
#ifndef begin
|
||||
# define begin {
|
||||
# define end }
|
||||
//# define true (-1)
|
||||
# define false 0
|
||||
# define Procedure void
|
||||
# define shl <<
|
||||
# define shr >>
|
||||
# define xor ^
|
||||
# define and &&
|
||||
# define or ||
|
||||
# define not !
|
||||
# define mod %
|
||||
typedef unsigned Bit;
|
||||
typedef unsigned char const * const STRING;
|
||||
# define fallthrough /* ... for use in switch statements for clarity. */
|
||||
#endif
|
||||
|
||||
|
||||
#ifndef max
|
||||
#define max(a,b) ((a)>(b)?(a):(b))
|
||||
#endif
|
||||
|
||||
#ifndef min
|
||||
#define min(a,b) ((a)<=(b)?(a):(b))
|
||||
#endif
|
||||
|
||||
|
||||
@ -1266,40 +1244,6 @@ struct _Hello
|
||||
/* */
|
||||
/*--------------------------------------------------------------------------*/
|
||||
|
||||
/*--------------------------------------------------------------------------*/
|
||||
/* LEGIBLE SECTION. Definitions to make "C" look like a real language. */
|
||||
/*--------------------------------------------------------------------------*/
|
||||
|
||||
#ifndef begin
|
||||
# define begin {
|
||||
# define end }
|
||||
# define true (-1)
|
||||
# define false 0
|
||||
# define Procedure void
|
||||
# define shl <<
|
||||
# define shr >>
|
||||
# define xor ^
|
||||
# define and &&
|
||||
# define or ||
|
||||
# define not !
|
||||
# define mod %
|
||||
typedef unsigned Bit;
|
||||
typedef unsigned short word;
|
||||
typedef unsigned char byte;
|
||||
typedef unsigned char const * const STRING;
|
||||
# define fallthrough /* ... for use in switch statements for clarity. */
|
||||
#endif
|
||||
|
||||
|
||||
#ifndef max
|
||||
#define max(a,b) ((a)>(b)?(a):(b))
|
||||
#endif
|
||||
|
||||
#ifndef min
|
||||
#define min(a,b) ((a)<=(b)?(a):(b))
|
||||
#endif
|
||||
|
||||
|
||||
/*--------------------------------------------------------------------------*/
|
||||
/* Structure for SYSMSG.DAT */
|
||||
/* A single-file message area database */
|
||||
|
Reference in New Issue
Block a user