removes message to from console

This commit is contained in:
amarjeetkapoor1 2016-08-19 21:53:02 +05:30
parent 73eda8117d
commit bd5d73563e

View file

@ -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;
} }