xboard-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[XBoard-devel] (no subject)


From: h . g . muller
Subject: [XBoard-devel] (no subject)
Date: Mon, 18 Nov 2013 22:57:15 +0100
User-agent: SquirrelMail

The routines that seem to offend Xcode are defined in parser.c, but with
the 'inline' keyword. So it is logical that the linker cannot find them;
the compiler should not have translated them as callable routines, but
inlined them wherever a call to them occurred. It seems, however, that it
did not inline them, but generated calls to them, and yet did not generate
code for them.

This does seem like an Xcode bug...




reply via email to

[Prev in Thread] Current Thread [Next in Thread]