Eclipse goto label not working in C
Posted
by Mr. Man
on Stack Overflow
See other posts from Stack Overflow
or by Mr. Man
Published on 2010-03-27T19:49:25Z
Indexed on
2010/03/27
19:53 UTC
Read the original article
Hit count: 379
Hi, I am using the Eclipse CDT and I have a goto
label and a FILE definition after it and when I compile the project it gives me the error: Expression expected before FILE
.
Thanks in advance, Mr. Man
© Stack Overflow or respective owner