aboutsummaryrefslogtreecommitdiff
path: root/module/c/cpp-environment.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-07-09 21:50:15 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-07-09 21:52:51 +0200
commit8a90e2e7e03f10ebdab394a16893f09a25e29af9 (patch)
tree9db9779c51b0819927c868215cb1b22a21b5c6e9 /module/c/cpp-environment.scm
parentwork. (diff)
parentDocument type and object system. (diff)
downloadcalp-8a90e2e7e03f10ebdab394a16893f09a25e29af9.tar.gz
calp-8a90e2e7e03f10ebdab394a16893f09a25e29af9.tar.xz
Merge typecheck macro into c-parser.
Merge branch 'new-object-system' into c-parser
Diffstat (limited to 'module/c/cpp-environment.scm')
-rw-r--r--module/c/cpp-environment.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/c/cpp-environment.scm b/module/c/cpp-environment.scm
index 3ce754df..d6c86f7a 100644
--- a/module/c/cpp-environment.scm
+++ b/module/c/cpp-environment.scm
@@ -3,6 +3,7 @@
:use-module (srfi srfi-88)
:use-module (ice-9 hash-table)
:use-module (hnh util object)
+ :use-module (hnh util type)
:use-module (hnh util lens)
:use-module ((c cpp-environment function-like-macro) :prefix #{fun:}#)
:use-module ((c cpp-environment object-like-macro) :prefix #{obj:}#)