summaryrefslogtreecommitdiffstats
path: root/genvim.txr
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-06-20 08:07:18 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-06-20 08:07:18 -0700
commitd1e775648cba50537070b3bb598ed7dc7e5cbb64 (patch)
tree312260a6fb5bfcc315253389d0ae1544b55d3299 /genvim.txr
parent55a691ccd9972e8c7dc077107e6cd065b0c37259 (diff)
downloadtxr-d1e775648cba50537070b3bb598ed7dc7e5cbb64.tar.gz
txr-d1e775648cba50537070b3bb598ed7dc7e5cbb64.tar.bz2
txr-d1e775648cba50537070b3bb598ed7dc7e5cbb64.zip
Remove places.h generation hack.
* Makefile (GEN_HDRS, LISP_TO_C_STRING): Variables removed. (%.h: %.tl): Rule removed. The place.h header is no longer generated from place.tl. * lisplib.c (place_instantiate): Load place.tl from stdlib directory, rather than obtaining it from a string literal in generated header place.h. * place.tl: Moved to share/txr/stdlib directory. * genvim.txr: Refer to place.tl in stdlib.
Diffstat (limited to 'genvim.txr')
-rw-r--r--genvim.txr6
1 files changed, 3 insertions, 3 deletions
diff --git a/genvim.txr b/genvim.txr
index cd0c7cde..785db7e5 100644
--- a/genvim.txr
+++ b/genvim.txr
@@ -7,9 +7,9 @@ static void dir_tables_init(void)
@(until)
}
@(end)
-@(next @(open-files '("eval.c" "rand.c" "signal.c" "stream.c" "gc.c" "glob.c"
- "syslog.c" "filter.c" "txr.c" "arith.c" "unwind.c"
- "sysif.c" "place.tl")))
+@(next @(open-files ^(#*"eval.c rand.c signal.c stream.c gc.c glob.c"
+ #*"syslog.c filter.c txr.c arith.c unwind.c"
+ ,*#`sysif.c @stdlib/place.tl`)))
@(collect)
@ (block)
@ (cases)