This is the mail archive of the
cgen@sourceware.org
mailing list for the CGEN project.
[commit] Remove reference to fixup.scm
- From: Dave Brolley <brolley at redhat dot com>
- To: cgen at sources dot redhat dot com
- Date: Tue, 13 Nov 2007 12:25:46 -0500
- Subject: [commit] Remove reference to fixup.scm
I have committed the attached patch which removes a reference to the
file fixup.scm from cgen-intrinsics.scm because fixup.scm no longer exists.
Dave
2007-11-13 Dave Brolley <brolley@redhat.com>
* cgen-intrinsics.scm (load-files): Remove reference to fixup.scm.
Index: cgen/cgen-intrinsics.scm
===================================================================
RCS file: /cvs/src/src/cgen/cgen-intrinsics.scm,v
retrieving revision 1.1
diff -c -p -r1.1 cgen-intrinsics.scm
*** cgen/cgen-intrinsics.scm 5 Nov 2007 15:46:19 -0000 1.1
--- cgen/cgen-intrinsics.scm 13 Nov 2007 17:16:32 -0000
***************
*** 14,20 ****
(define (load-files srcdir)
; Fix up Scheme to be what we use (guile is always in flux).
- (primitive-load-path (string-append srcdir "/fixup.scm"))
(primitive-load-path (string-append srcdir "/guile.scm"))
(load (string-append srcdir "/read.scm"))
--- 14,19 ----