(svn r2566) Rename COMMA{8,16,32} to just COMMA, because it's the same anyway

This commit is contained in:
tron
2005-07-14 15:10:20 +00:00
parent 53851d5e77
commit b4f549f4ee
25 changed files with 3853 additions and 3859 deletions

View File

@@ -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