This is the mail archive of the cgen@sources.redhat.com mailing list for the CGEN project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

committed: profile elm-xset!, not elm-set!


2005-02-07  Jim Blandy  <jimb@redhat.com>

	* cos.scm: Profile elm-xset! when requested, not elm-set!; the
	latter is a macro.

Index: cgen/cos.scm
===================================================================
RCS file: /cvs/src/src/cgen/cos.scm,v
retrieving revision 1.2
diff -c -p -r1.2 cos.scm
*** cgen/cos.scm	16 Jul 2003 05:35:47 -0000	1.2
--- cgen/cos.scm	7 Feb 2005 18:34:35 -0000
***************
*** 1327,1333 ****
  (if (and #f (defined? 'proc-profile))
      (begin
        (proc-profile elm-get)
!       (proc-profile elm-set!)
        (proc-profile elm-present?)
        (proc-profile -method-lookup)
        (proc-profile send)
--- 1327,1333 ----
  (if (and #f (defined? 'proc-profile))
      (begin
        (proc-profile elm-get)
!       (proc-profile elm-xset!)
        (proc-profile elm-present?)
        (proc-profile -method-lookup)
        (proc-profile send)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]