util  Check-in [10946f3ca5]

Overview
Comment:fix typo
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 10946f3ca5ba94f6f697819dca53b8c9dbe4be10c1b043fc029e519acf953c1d
User & Date: lexi on 2019-07-25 11:08:02
Other Links: manifest | tags
Context
2019-07-25
23:28
use `#pragma optimize` blast shield to prevent optimization segfaults on GCC check-in: 193c065041 user: lexi tags: trunk
11:08
fix typo check-in: 10946f3ca5 user: lexi tags: trunk
11:06
add nkvd.c and make infra check-in: 7ba40af07e user: lexi tags: trunk
Changes

Modified sexpc/sexpc.scm from [8d07b14bd7] to [46b6c9a575].

1
2
3
4
5
6
7
8
[ʞ] sexpc.scm - sexp→c converter
;  ~ lexi hale <lexi@hale>
;  © GNU Affero GPL v3
;  $ chicken-csc -O5 sexpc.scm; strip sexpc
;  > ./sexpc <file>
;  ? a tool to convert sheets of s-expressions into
;    valid C, enabling the use of Scheme as a
;    preprocessor language. it also generates C type
|







1
2
3
4
5
6
7
8
; [ʞ] sexpc.scm - sexp→c converter
;  ~ lexi hale <lexi@hale>
;  © GNU Affero GPL v3
;  $ chicken-csc -O5 sexpc.scm; strip sexpc
;  > ./sexpc <file>
;  ? a tool to convert sheets of s-expressions into
;    valid C, enabling the use of Scheme as a
;    preprocessor language. it also generates C type