Next problem...

> concordance.cpp is deprecated and no longer used. See concordance.c. Once
> concordance.c has been built in windows and linux, I'll delete
> concordance.cpp.
I have about 1 Zillion compiler errors because of that... :-/

Correct me if I'm wrong, but if "concordance.c" is REALLY a 'C'-source it
should only use ANSI-C syntax; That means ALL variable declarations have to
be at the top of the function body.
For example:
-
function_call_a();
int funny_var = 7;
function_call_b();
-
is NOT correct 'C'-Syntax!



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
concordance-devel mailing list
concordance-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/concordance-devel

Reply via email to