fixed bug in s48_enter_* code generation
This commit is contained in:
parent
82e66e882b
commit
4c10e069ff
|
@ -69,7 +69,7 @@
|
|||
(format "~a = s48_enter_integer(~a);~%"
|
||||
(constant-c-value-name c) (constant-c-name c)))
|
||||
((constant-type-string? c)
|
||||
(format "~a = s48_enter_integer(~a);~%"
|
||||
(format "~a = s48_enter_string(~a);~%"
|
||||
(constant-c-value-name c) (constant-c-name c)))
|
||||
(else
|
||||
(error "Don't know how to handle this constant type: "
|
||||
|
|
Loading…
Reference in New Issue