diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-06-20 08:07:18 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-06-20 08:07:18 -0700 |
commit | d1e775648cba50537070b3bb598ed7dc7e5cbb64 (patch) | |
tree | 312260a6fb5bfcc315253389d0ae1544b55d3299 /genvim.txr | |
parent | 55a691ccd9972e8c7dc077107e6cd065b0c37259 (diff) | |
download | txr-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.txr | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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) |