commit 464175ade20360c3f131fb85dc9d9eaecdd4a823
Author:     Roberto E. Vargas Caballero <[email protected]>
AuthorDate: Wed Jun 15 11:06:06 2016 +0200
Commit:     Roberto E. Vargas Caballero <[email protected]>
CommitDate: Wed Jun 15 11:06:06 2016 +0200

    Update config.mk after deboolification
    
    We do not need anymore NBOOL for anything.

diff --git a/config.mk b/config.mk
index 56dc39f..d2b349e 100644
--- a/config.mk
+++ b/config.mk
@@ -16,7 +16,7 @@ MANPREFIX = ${PREFIX}/share/man
 # CC = c99
 # AR = ar
 
-# for Plan9 add -D_SUSV2_SOURCE -DNBOOL
+# for Plan9 add -D_SUSV2_SOURCE
 SCC_CFLAGS = -DNDEBUG -Iarch/$(ARCH) -DPREFIX=\"$(PREFIX)\" $(CFLAGS)
 SCC_LDFLAGS = $(LDFLAGS)
 

Reply via email to