Don't place a semicolon after code implementation

The SunPro compiler does not like a ';' after a code implementation
block.
This commit is contained in:
Cary R 2010-05-12 16:57:01 -07:00 committed by Stephen Williams
parent c0a592bec2
commit ab91d2b1a3
1 changed files with 1 additions and 1 deletions

View File

@ -1220,7 +1220,7 @@ static void macro_start_args()
def_argo[0] = 0;
def_argl[0] = 0;
def_argc = 1;
};
}
static void macro_add_to_arg(int is_white_space)
{