summaryrefslogtreecommitdiff
path: root/miniany/cc.wg
diff options
context:
space:
mode:
Diffstat (limited to 'miniany/cc.wg')
-rw-r--r--miniany/cc.wg12
1 files changed, 6 insertions, 6 deletions
diff --git a/miniany/cc.wg b/miniany/cc.wg
index e2b2c47..dbf56a9 100644
--- a/miniany/cc.wg
+++ b/miniany/cc.wg
@@ -29,9 +29,9 @@ WordGrinder dumpfile v3: this is a text file; diff me!
.clipboard.margin: 0
.clipboard.viewmode: 1
.clipboard.wordcount: 19
-.documents.1.co: 9
-.documents.1.cp: 71
-.documents.1.cw: 4
+.documents.1.co: 10
+.documents.1.cp: 39
+.documents.1.cw: 5
.documents.1.margin: 0
.documents.1.name: "main"
.documents.1.sticky_selection: false
@@ -166,12 +166,12 @@ H2 Local version of C4
P The local version of C4 has the following adaoptions and extensions:
LB switch statement from the switch-and-structs branch, adapted c4 itself to use switch statements instead of if's (as in the switch-and-structs branch)
LB struct support from switch-and-structs
-LB constants like EOF, EXIT_SUCCESS, NULL
+LB constants like EOF, EXIT_SUCCESS, NULL
LB standard C block comments along to c++ end of line ones
LB negative enum initializers
LB do/while loops
-LB more C functions like isspace, getc, strcmp
-LB some simplified functions for printing like putstring, putint, putnl
+LB more C functions like isspace, getc, strcmp
+LB some simplified functions for printing like putstring, putint, putnl
LB strict C89 conformance, mainly use standard comment blocks, also removed some warnings
LB some casts around malloc and memset to fit to non-void freestanding-libc
LB converted printf to putstring/putint/putnl and some helper functions for error reporting like error()