fix scan.c for ID accept non-alphabet characters and resolve some warning
This commit is contained in:
@@ -156,7 +156,7 @@ char *copyString(char *s) {
|
||||
/* Variable indentno is used by printTree to
|
||||
* store current number of spaces to indent
|
||||
*/
|
||||
static indentno = 0;
|
||||
static int indentno = 0;
|
||||
|
||||
/* macros to increase/decrease indentation */
|
||||
#define INDENT indentno += 2
|
||||
|
||||
Reference in New Issue
Block a user