Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 432718
Collapse All | Expand All

(-)src/ass.y.orig (-2 / +3 lines)
Lines 21-32 Link Here
21
 *************************************************************************/
21
 *************************************************************************/
22
%{
22
%{
23
23
24
#define 		YYLEX_PARAM 	lexer_ctl
25
#define 		YYPARSE_PARAM 	lexer_ctl
26
24
#include "avinfo.h"
27
#include "avinfo.h"
25
#include "ass.h"
28
#include "ass.h"
26
#include "ass.tab.h"
29
#include "ass.tab.h"
27
30
28
#define 		YYLEX_PARAM 	lexer_ctl
29
#define 		YYPARSE_PARAM 	lexer_ctl
30
#define 		line 			(((lexerctl_t*)lexer_ctl)->line)
31
#define 		line 			(((lexerctl_t*)lexer_ctl)->line)
31
#define 		pos 			(((lexerctl_t*)lexer_ctl)->c)
32
#define 		pos 			(((lexerctl_t*)lexer_ctl)->c)
32
33

Return to bug 432718