public inbox for cgen@sourceware.org
 help / color / mirror / Atom feed
* [commit] Remove reference to fixup.scm
@ 2007-11-13 17:25 Dave Brolley
  0 siblings, 0 replies; only message in thread
From: Dave Brolley @ 2007-11-13 17:25 UTC (permalink / raw)
  To: cgen

[-- Attachment #1: Type: text/plain, Size: 153 bytes --]

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


[-- Attachment #2: cgen-files.ChangeLog --]
[-- Type: text/plain, Size: 117 bytes --]

2007-11-13  Dave Brolley  <brolley@redhat.com>

	* cgen-intrinsics.scm (load-files): Remove reference to fixup.scm.


[-- Attachment #3: cgen-files.patch.txt --]
[-- Type: text/plain, Size: 643 bytes --]

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 ----

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-11-13 17:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-13 17:25 [commit] Remove reference to fixup.scm Dave Brolley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).