A
Ashay
Hi,
I am getting compilation error "error: parse error before
"__extension__"" for following line of 'C' code:
extern char *strchr(const char *s, int c);
("I had to put this line for some other reasons")
I am using gcc 3.4.2. And, this error is coming only with '-O' option.
With '-g', it is compiling.
Can somebody please help me out.
--Thanks and Regards,
saurabh
I am getting compilation error "error: parse error before
"__extension__"" for following line of 'C' code:
extern char *strchr(const char *s, int c);
("I had to put this line for some other reasons")
I am using gcc 3.4.2. And, this error is coming only with '-O' option.
With '-g', it is compiling.
Can somebody please help me out.
--Thanks and Regards,
saurabh