From 9071723d55055307f0e92ae0f9d3194079aa086e Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 30 Sep 2021 14:22:48 +0200 Subject: fixed HTML generation for tags --- miniany/cc.wg | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'miniany/cc.wg') 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() -- cgit v1.2.3-54-g00ecf