Go to the documentation of this file.
77 #define YYLTYPE struct srcpos
79 #define YYLLOC_DEFAULT(Current, Rhs, N) \
82 (Current).first_line = YYRHSLOC(Rhs, 1).first_line; \
83 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \
84 (Current).last_line = YYRHSLOC(Rhs, N).last_line; \
85 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
86 (Current).file = YYRHSLOC(Rhs, N).file; \
88 (Current).first_line = (Current).last_line = \
89 YYRHSLOC(Rhs, 0).last_line; \
90 (Current).first_column = (Current).last_column = \
91 YYRHSLOC(Rhs, 0).last_column; \
92 (Current).file = YYRHSLOC (Rhs, 0).file; \