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:
parent
c0a592bec2
commit
ab91d2b1a3
|
|
@ -1220,7 +1220,7 @@ static void macro_start_args()
|
||||||
def_argo[0] = 0;
|
def_argo[0] = 0;
|
||||||
def_argl[0] = 0;
|
def_argl[0] = 0;
|
||||||
def_argc = 1;
|
def_argc = 1;
|
||||||
};
|
}
|
||||||
|
|
||||||
static void macro_add_to_arg(int is_white_space)
|
static void macro_add_to_arg(int is_white_space)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue