mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-04-11 03:20:46 +01:00
minor code cleaning
This commit is contained in:
parent
249facbe69
commit
119c2bf31d
@ -22,7 +22,7 @@
|
|||||||
yylloc->first_column = yylloc->last_column + 1;\
|
yylloc->first_column = yylloc->last_column + 1;\
|
||||||
yylloc->last_column = yylloc->first_column + yyleng - 1;
|
yylloc->last_column = yylloc->first_column + yyleng - 1;
|
||||||
|
|
||||||
#define YY_INPUT(buf,result,max_size) \
|
#define YY_INPUT(buf, result, max_size) \
|
||||||
{ \
|
{ \
|
||||||
(*yyextra->stream).read(buf,max_size);\
|
(*yyextra->stream).read(buf,max_size);\
|
||||||
result = (*yyextra->stream).gcount();\
|
result = (*yyextra->stream).gcount();\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user