http://awwx.ws/defarc-ac0.patch:
--- a/ac.scm 2010-02-06 18:37:09.000000000 -0500
+++ b/ac.scm 2010-02-06 18:40:49.000000000 -0500
@@ -31,7 +31,7 @@
; env is a list of lexically bound variables, which we
; need in order to decide whether set should create a global.
-(define (ac s env)
+(defarc (ac s env)
(cond ((string? s) (ac-string s env))
((literal? s) s)
((eqv? s 'nil) (list 'quote 'nil))
Using the hackinator:
$ hack \
ycombinator.com/arc/arc3.1.tar \
awwx.ws/defarc0.patch \
awwx.ws/defarc-ac0.patchThis code may be redistributed and modified under the same terms as Arc itself.