removes message to from console
This commit is contained in:
parent
73eda8117d
commit
bd5d73563e
1 changed files with 1 additions and 3 deletions
|
|
@ -1,5 +1,4 @@
|
||||||
%{
|
%{
|
||||||
#include<iostream>
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include<string.h>
|
#include<string.h>
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
@ -148,8 +147,7 @@ word:
|
||||||
%%
|
%%
|
||||||
|
|
||||||
void yyerror(char *msg) {
|
void yyerror(char *msg) {
|
||||||
PRINTD("ERROR IN PARAMETER: Parser error in comments of file \n ");
|
PRINTD("ERROR IN PARAMETER: Parser error in comments of file \n ");
|
||||||
cout<<msg<<endl;
|
|
||||||
argument=NULL;
|
argument=NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue