On Tue, 11 Mar 2008, Marco Bleich opined:
> 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!

Depends on the version of C. Eg, look at std=c99 for gcc.

BTW: concordance compiles OK for me so I'm not sure what's going wrong for you 
so I'll leave that to others.

Kev

-------------------------------------------------------------------------
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