summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/lst.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/lst.h')
-rw-r--r--usr.bin/make/lst.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/make/lst.h b/usr.bin/make/lst.h
index 9c18fb3..da3e7166 100644
--- a/usr.bin/make/lst.h
+++ b/usr.bin/make/lst.h
@@ -45,7 +45,7 @@
* Header for using the list library
*/
#ifndef _LST_H_
-#define _LST_H_
+#define _LST_H_
#include <sys/param.h>
#include <stdlib.h>
@@ -63,11 +63,11 @@ typedef struct LstNode *LstNode;
* not to be freed.
* NOCOPY performs similarly when given as the copyProc to Lst_Duplicate.
*/
-#define NOFREE ((void (*)(void *)) 0)
-#define NOCOPY ((void * (*)(void *)) 0)
+#define NOFREE ((void (*)(void *)) 0)
+#define NOCOPY ((void * (*)(void *)) 0)
-#define LST_CONCNEW 0 /* create new LstNode's when using Lst_Concat */
-#define LST_CONCLINK 1 /* relink LstNode's when using Lst_Concat */
+#define LST_CONCNEW 0 /* create new LstNode's when using Lst_Concat */
+#define LST_CONCLINK 1 /* relink LstNode's when using Lst_Concat */
/*
* Creation/destruction functions
OpenPOWER on IntegriCloud