Commit 83748826 authored by mk's avatar mk

print parser errors

parent 8ce2a0d0
......@@ -2578,7 +2578,7 @@ int c_lex(void){
void c_error(const char * err){
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();
//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