aboutsummaryrefslogtreecommitdiff
path: root/module/c/cpp.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/c/cpp.scm')
-rw-r--r--module/c/cpp.scm2
1 files changed, 1 insertions, 1 deletions
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))