diff options
Diffstat (limited to 'support/splint/tex/yynested.sty')
-rw-r--r-- | support/splint/tex/yynested.sty | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/support/splint/tex/yynested.sty b/support/splint/tex/yynested.sty index db725abfc5..2a47c79593 100644 --- a/support/splint/tex/yynested.sty +++ b/support/splint/tex/yynested.sty @@ -1,4 +1,4 @@ -% Copyright 2012-2015, Alexander Shibakov +% Copyright 2012-2020, Alexander Shibakov % This file is part of SPLinT % % SPLinT is free software: you can redistribute it and/or modify @@ -24,21 +24,12 @@ \boundaryupper-\@M \boundarylower-\@M -\expandafter\def\expandafter\parserdatainit\expandafter{% - \parserdatainit +\expandafter\def\expandafter\bisonparserdatainit\expandafter{% + \bisonparserdatainit \boundaryupper-\@M \boundarylower-\@M } -% the next sequence is just a reminder of what would have to be done if -% reentrancy is required; the current state saving mechanism is intended for -% bare unoptimized parsers exclusively and does not handle any constant saving - -\expandafter\def\expandafter\savefullstateextra\expandafter{% - \savefullstateextra - % save \boundaryupper and \boundarylower -} - \def\inputboundarynext#1{% \yybytepure{ }\yycp@\boundarychar #1\getstackpointer\yyvsa\relax |