From 85bb810edc083b0bcc08f76e22d51d1555dc828d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 30 Jun 2022 07:07:59 +0200 Subject: Add basic c evaluator. --- module/c/cpp.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/c/cpp.scm') diff --git a/module/c/cpp.scm b/module/c/cpp.scm index 861b8ee2..aed496f2 100644 --- a/module/c/cpp.scm +++ b/module/c/cpp.scm @@ -137,7 +137,7 @@ (define graph* (load-cpp-file header-file)) ;; Hack for termios since this symbol isn't defined. ;; (including in the above removed private c symbols) - (define graph (add-node graph* (cons '_POSIX_VDISABLE #f) '())) + (define graph (add-node graph* (cons '_POSIX_VDISABLE 0) '())) ;; TODO expand bodies ;; (remove (compose private-c-symbol? car)) (resolve-dependency-graph graph)) -- cgit v1.2.3