2005-01-20 Jim Blandy <jimb@redhat.com>
+ * opcodes.scm (gen-switch): Use concat instead of string-map.
+
* utils.scm (concat): New function.
* insn.scm (-sub-insn-make!): Use concat instead of string-map.
* rtl.scm (rtx-dump): Same.
(lambda (ops)
; OPS is a list of operands with the same name that for whatever reason
; were defined separately.
- (logit 3 (string-append "Processing " (obj:str-name (car ops)) " " what " ...\n"))
+ (logit 3 (concat "Processing " (obj:str-name (car ops)) " " what " ...\n"))
(if (= (length ops) 1)
(gen-obj-sanitize
(car ops)