(svn r2566) Rename COMMA{8,16,32} to just COMMA, because it's the same anyway
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user