diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-07-25 16:20:04 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-07-25 16:20:04 -0700 |
commit | 8fcb98c10fe36de5c13f9fcd17f4ecd067df5e8f (patch) | |
tree | 0f3293bef12ca9c897e90ab518da871ae008214b /genvim.txr | |
parent | adde40e0b0fb05f581fae62a76177438fbe9ba54 (diff) | |
download | txr-8fcb98c10fe36de5c13f9fcd17f4ecd067df5e8f.tar.gz txr-8fcb98c10fe36de5c13f9fcd17f4ecd067df5e8f.tar.bz2 txr-8fcb98c10fe36de5c13f9fcd17f4ecd067df5e8f.zip |
* genvim.txr: Do not refer to installed code via stdlib.
Refer to source tree.
Diffstat (limited to 'genvim.txr')
-rw-r--r-- | genvim.txr | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -7,11 +7,12 @@ static void dir_tables_init(void) @(until) } @(end) +@(bind lib "share/txr/stdlib") @(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 cadr.c" - ,*#`sysif.c @stdlib/place.tl @stdlib/ifa.tl` - ,*#`@stdlib/cadr.tl @stdlib/with-resources.tl` - ,*#`@stdlib/txr-case.tl`))) + ,*#`sysif.c @lib/place.tl @lib/ifa.tl` + ,*#`@lib/cadr.tl @lib/with-resources.tl` + ,*#`@lib/txr-case.tl`))) @(collect) @ (block) @ (cases) |