Related articles |
---|
multi threaded bison: yyerror stamas@ludens.elte.hu (2004-07-28) |
Re: multi threaded bison: yyerror johnmillaway@yahoo.com (John Millaway) (2004-08-05) |
Re: multi threaded bison: yyerror lfinsto1@gwdg.de (Laurence Finston) (2004-08-05) |
From: | John Millaway <johnmillaway@yahoo.com> |
Newsgroups: | comp.compilers |
Date: | 5 Aug 2004 13:58:00 -0400 |
Organization: | Compilers Central |
References: | 04-07-088 |
Keywords: | parse, errors, comment |
Posted-Date: | 05 Aug 2004 13:58:00 EDT |
> error occurs. However yyerror(...) does not have any parameter which
> would help to find out in which thread the syntax error occured.
Hi Tamas,
#define yyerror(s) yyerror_r(s, thread_specific_info)
-John M
Return to the
comp.compilers page.
Search the
comp.compilers archives again.