public inbox for sid@sourceware.org
 help / color / mirror / Atom feed
* [patch][commit] String Handling in sid-model.scm
@ 2006-11-07 21:14 Dave Brolley
  0 siblings, 0 replies; only message in thread
From: Dave Brolley @ 2006-11-07 21:14 UTC (permalink / raw)
  To: cgen, sid

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

Hi,

Guile 1.6.4 was choking because of a missing symbol->string call. I've 
committed the attached patch.

Dave


[-- Attachment #2: sid-model.ChangeLog --]
[-- Type: text/plain, Size: 129 bytes --]

2006-11-07  Dave Brolley  <brolley@redhat.com>

	* sid-model.scm (gen-model-unit-fn-decl): Use symbol->string where
	necessary.


[-- Attachment #3: sid-model.patch.txt --]
[-- Type: text/plain, Size: 911 bytes --]

Index: cgen/sid-model.scm
===================================================================
RCS file: /cvs/src/src/cgen/sid-model.scm,v
retrieving revision 1.9
diff -c -p -r1.9 sid-model.scm
*** cgen/sid-model.scm	9 May 2006 18:33:04 -0000	1.9
--- cgen/sid-model.scm	7 Nov 2006 21:10:05 -0000
*************** static const MACH_IMP_PROPERTIES @cpu@_i
*** 85,91 ****
  		    (gen-c-args (map (lambda (arg)
  				       (string-append
  					(mode:c-type (mode:lookup (cadr arg)))
! 					" /*" (car arg) "*/"))
  				     (find (lambda (arg)
  					     ; Indices of scalars not passed.
  					     (not (null? (cdr arg))))
--- 85,91 ----
  		    (gen-c-args (map (lambda (arg)
  				       (string-append
  					(mode:c-type (mode:lookup (cadr arg)))
! 					" /*" (symbol->string (car arg)) "*/"))
  				     (find (lambda (arg)
  					     ; Indices of scalars not passed.
  					     (not (null? (cdr arg))))

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

only message in thread, other threads:[~2006-11-07 21:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-11-07 21:14 [patch][commit] String Handling in sid-model.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).