Commit 83748826 authored by mk's avatar mk

print parser errors

parent 8ce2a0d0
...@@ -2578,7 +2578,7 @@ int c_lex(void){ ...@@ -2578,7 +2578,7 @@ int c_lex(void){
void c_error(const char * err){ void c_error(const char * err){
if(err){// && !parseCode){ if(err){// && !parseCode){
//fprintf(stderr,"\n\nerror at line [%d]... : in file [%s]\n\n",c_lloc.first_line,getVerilogParsingFile()); fprintf(stderr,"\n\nerror at line [%d]... : in file [%s]\n\n",c_lloc.first_line,getVerilogParsingFile());
vbufreset(); vbufreset();
//exit(0); //exit(0);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment