diff options
Diffstat (limited to 'usr.bin/mg/sysdef.h')
-rw-r--r-- | usr.bin/mg/sysdef.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/usr.bin/mg/sysdef.h b/usr.bin/mg/sysdef.h index dc5d2158f3b..be69c28735b 100644 --- a/usr.bin/mg/sysdef.h +++ b/usr.bin/mg/sysdef.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sysdef.h,v 1.7 2001/01/29 01:58:10 niklas Exp $ */ +/* $OpenBSD: sysdef.h,v 1.8 2001/05/04 22:00:36 art Exp $ */ /* * POSIX system header file @@ -16,19 +16,8 @@ typedef int RSIZE; /* Type for file/region sizes */ typedef short KCHAR; /* Type for internal keystrokes */ -/* - * Macros used by the buffer name making code. - * Start at the end of the file name, scan to the left - * until BDC1 (or BDC2, if defined) is reached. The buffer - * name starts just to the right of that location, and - * stops at end of string (or at the next BDC3 character, - * if defined). BDC2 and BDC3 are mainly for VMS. - */ -#define BDC1 '/' /* Buffer names. */ - #define MALLOCROUND(m) (m+=7,m&=~7) /* round up to 8 byte boundry */ -#define fncmp strcmp /* file name comparison */ #define gettermtype() getenv("TERM") /* determine terminal type */ struct fileinfo { |