Skip to content

Commit

Permalink
fix pull 288
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Aug 3, 2011
1 parent dea6e06 commit 5fc57c8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/backend/newman.c
Expand Up @@ -128,12 +128,15 @@ STATIC void cpp_string ( char *s, size_t len );
*/

struct OPTABLE
#if MARS
{
unsigned char tokn;
unsigned char oper;
char __near *string;
char *pretty;
} oparray[] = {
}
#endif
oparray[] = {
{ TKnew, OPnew, cpp_name_new, "new" },
{ TKdelete, OPdelete, cpp_name_delete,"del" },
{ TKadd, OPadd, "?H", "+" },
Expand Down

0 comments on commit 5fc57c8

Please sign in to comment.