public inbox for cgen@sourceware.org
 help / color / mirror / Atom feed
From: Dave Brolley <brolley@redhat.com>
To: cgen@sources.redhat.com
Subject: [commit] Remove reference to fixup.scm
Date: Tue, 13 Nov 2007 17:25:00 -0000	[thread overview]
Message-ID: <4739DE1A.4040307@redhat.com> (raw)

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

                 reply	other threads:[~2007-11-13 17:25 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4739DE1A.4040307@redhat.com \
    --to=brolley@redhat.com \
    --cc=cgen@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).