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


Hi -

bje's second patch is fine, except that:

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

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

- FChE

PGP signature


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