summaryrefslogtreecommitdiffstats
path: root/usr.bin/m4/mdef.h
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2002-07-15 02:15:12 +0000
committerjmallett <jmallett@FreeBSD.org>2002-07-15 02:15:12 +0000
commit5cf2af5a273048f7f85db34e1a8600e1add62571 (patch)
tree90a2685db1fbde7911ea989fd58832570adb3b91 /usr.bin/m4/mdef.h
parent467c3ff4526f2dc81b474d1ab4adcc2998337415 (diff)
downloadFreeBSD-src-5cf2af5a273048f7f85db34e1a8600e1add62571.zip
FreeBSD-src-5cf2af5a273048f7f85db34e1a8600e1add62571.tar.gz
Kill extraneous whitespace.
Diffstat (limited to 'usr.bin/m4/mdef.h')
-rw-r--r--usr.bin/m4/mdef.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/usr.bin/m4/mdef.h b/usr.bin/m4/mdef.h
index 3198918..e3e48e2 100644
--- a/usr.bin/m4/mdef.h
+++ b/usr.bin/m4/mdef.h
@@ -84,7 +84,7 @@
#define TRACEONTYPE 42
#define TRACEOFFTYPE 43
-
+
#define TYPEMASK 63 /* Keep bits really corresponding to a type. */
#define RECDEF 256 /* Pure recursive def, don't expand it */
#define NOARGS 512 /* builtin needs no args */
@@ -93,7 +93,7 @@
/*
* m4 special characters
*/
-
+
#define ARGFLAG '$'
#define LPAREN '('
#define RPAREN ')'
@@ -120,10 +120,10 @@
#define MAXTOK 512 /* maximum chars in a tokn */
#define HASHSIZE 199 /* maximum size of hashtab */
#define MAXCCHARS 5 /* max size of comment/quote delim */
-
+
#define ALL 1
#define TOP 0
-
+
#define TRUE 1
#define FALSE 0
#define cycle for(;;)
@@ -131,9 +131,9 @@
/*
* m4 data structures
*/
-
+
typedef struct ndblock *ndptr;
-
+
struct ndblock { /* hastable structure */
char *name; /* entry name.. */
char *defn; /* definition.. */
@@ -141,9 +141,9 @@ struct ndblock { /* hastable structure */
unsigned int hv; /* hash function value.. */
ndptr nxtptr; /* link to next entry.. */
};
-
+
#define nil ((ndptr) 0)
-
+
struct keyblk {
const char *knam; /* keyword name */
int ktyp; /* keyword type */
OpenPOWER on IntegriCloud