shithub: scc

Download patch

ref: 9fa2ed41597d0856d4fd0093c61a08460144ea3f
parent: 8e4b3c54d194d6daec84a696cfd9c3b8dd16d96f
author: Quentin Rameau <quinq@fifth.space>
date: Sat Dec 10 12:26:35 EST 2016

config.mk: add a comment about default C standard

--- a/config.mk
+++ b/config.mk
@@ -14,7 +14,8 @@
 PREFIX    = $(HOME)
 MANPREFIX = $(PREFIX)/share/man
 
-# if your system is not POSIX maybe you want to use cc or gcc
+# scc expects to be built by a C99 compiler
+# if your system is not at least POSIX 2004 compatible, adjust CC
 # CC = c99
 # AR = ar