(svn r2561) Fix: Remove {COMMA16} and {COMMA8}. Those are not needed anymore.

This commit is contained in:
ludde
2005-07-13 20:35:52 +00:00
parent 6013b327f7
commit a1ec4aff77
2 changed files with 5 additions and 6 deletions

View File

@@ -238,9 +238,10 @@ static const CmdStruct _cmd_structs[] = {
// 0x7B=123 is the LAST special character we may use.
// Numbers
{"COMMA32", EmitSingleByte, 0x7B},
{"COMMA16", EmitSingleByte, 0x7C},
{"COMMA8", EmitSingleByte, 0x7D},
{"COMMA32", EmitSingleByte, 0x7B}, // These all do the same thing nowadays
{"COMMA16", EmitSingleByte, 0x7B},
{"COMMA8", EmitSingleByte, 0x7B},
{"NUMU16", EmitSingleByte, 0x7E},
{"CURRENCY", EmitSingleByte, 0x7F},