help-flex
[Top][All Lists]
Advanced

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

Usage of yytext, yyin, yyleng and yylineno


From: Robins_Lazer
Subject: Usage of yytext, yyin, yyleng and yylineno
Date: Wed, 20 Feb 2002 22:08:43 +0530

Hello,

The variables yytext, yylineno, yyleng and *yyin are declared as global variables for lexer-parser communication.

But these global variables are causing problems on Windows OS because of parallel requests (Since in Windows threads share global variables).

Is there any way to localize them??

Thanks,
Robins


**************************************************************************
This email (including any attachments) is intended for the sole use of the intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or distribution or forwarding of any or all of the contents in this message is STRICTLY PROHIBITED. If you are not the intended recipient, please contact the sender by email and delete all copies; your cooperation in this regard is appreciated.

**************************************************************************


reply via email to

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