Replaced the global variable debug with access function: clicon_debug_get().
This commit is contained in:
parent
718f494549
commit
ff5462ecac
35 changed files with 227 additions and 100 deletions
|
|
@ -195,13 +195,6 @@
|
|||
|
||||
extern int clixon_yang_parseget_lineno (void);
|
||||
|
||||
int
|
||||
clicon_yang_debug(int d)
|
||||
{
|
||||
debug = d;
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*
|
||||
clixon_yang_parseerror
|
||||
also called from yacc generated code *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue