[Replies, please make sure cc'ing Help-Bison.]If you try to write a Bison generated parser that calls the C API, you just make sure the API header is seen from the Bison actions. I.e.,
%{
...
#include "API.h"
...
%}
...
%%
...Hans Aberg On 24 Jul 2006, at 18:00, Laura Arce wrote:
Hi: I’m trating to use a API C to connect to mysql, because I must to extract from it the formulates to . where I must copy file C to be able to do inclue in the code bison? Thanks. Laura Arce. -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.394 / Virus Database: 268.10.4/396 - Release Date: 24/07/2006 _______________________________________________ [email protected] http://lists.gnu.org/mailman/listinfo/help-bison
_______________________________________________ [email protected] http://lists.gnu.org/mailman/listinfo/help-bison
