remove debug print
This commit is contained in:
parent
e5be9ad6cc
commit
a26cd30bf0
1 changed files with 0 additions and 1 deletions
|
@ -56,7 +56,6 @@ static void numbervalue()
|
||||||
|
|
||||||
static void identifier()
|
static void identifier()
|
||||||
{
|
{
|
||||||
g_print("identifier: %s\n", yytext);
|
|
||||||
entry.name = g_strdup(yytext);
|
entry.name = g_strdup(yytext);
|
||||||
entry.type = -1;
|
entry.type = -1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue