Introduction
Introduction Statistics Contact Development Disclaimer Help
cc/posix: Update comment - scc - simple c99 compiler
git clone git://git.simple-cc.org/scc
Log
Files
Refs
Submodules
README
LICENSE
---
commit c80a983e8995a59fc34ca4c2f601c9c00fda5133
parent ab077b6a7eb4f2d524d5cd53c49a3dde531cde4a
Author: Roberto E. Vargas Caballero <[email protected]>
Date: Tue, 4 Mar 2025 19:52:38 +0100
cc/posix: Update comment
Diffstat:
M src/cmd/scc-cc/posix/cc.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/cmd/scc-cc/posix/cc.c b/src/cmd/scc-cc/posix/cc.c
@@ -1,12 +1,12 @@
/*
- * FIXME: scc is a pure C99 source code, except this file that is
+ * Scc is a pure C99 source code, except this file that is
* intended for a POSIX.2008 environment. This situation creates
* a problem where some systems require the macro _ANSI_SOURCE to
- * limit the namespace to a pure ISO namespace. NetBSD has a bug
+ * limit the namespace to a pure ISO namespace. NetBSD had a bug
* and using POSIX_C_SOURCE and _ANSI_SOURCE at the same time
- * generates a syntax error in the system headers. A patch was
- * sent to NetBSD, but this temporary fix is added here until the
- * patch arrives to the stable release.
+ * generates a syntax error in the system headers. The bug was
+ * already fixed in NetBSD but keeping the workaround here does
+ * not hurt and it helps to keep back compatibility.
*/
#undef _POSIX_C_SOURCE
#undef _ANSI_SOURCE
You are viewing proxied material from simple-cc.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.