diff options
Diffstat (limited to 'strgen/strgen.c')
-rw-r--r-- | strgen/strgen.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/strgen/strgen.c b/strgen/strgen.c index 376a0ffb6..020958fe7 100644 --- a/strgen/strgen.c +++ b/strgen/strgen.c @@ -238,9 +238,7 @@ static const CmdStruct _cmd_structs[] = { // 0x7B=123 is the LAST special character we may use. // Numbers - {"COMMA32", EmitSingleByte, 0x7B}, // These all do the same thing nowadays - {"COMMA16", EmitSingleByte, 0x7B}, - {"COMMA8", EmitSingleByte, 0x7B}, + {"COMMA", EmitSingleByte, 0x7B}, {"NUMU16", EmitSingleByte, 0x7E}, // These two do the same thing nowadays {"INT32", EmitSingleByte, 0x7E}, // signed 32 bit integer |