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]

Re: [Patch] Emit error for undefined operands


>>>>> "Frank" == Frank Ch Eigler <fche@redhat.com> writes:

  Frank> bje's second patch is fine, except that:

  Frank> :   (let ((operands (map (lambda (x) (obj:name x)) (current-op-list)))
  Frank> should be
  Frank> #   (let ((operands (map obj:name (current-op-list)))

  Frank> (The identity lambda function doesn't contribute much.)

You must still be looking at my first attempt.  The second patch no
longer uses a local `operands' symbol, as it employs the help of
(current-op-lookup) instead.

Ben


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