Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/flex/dist/src another int to yy_size_t



details:   https://anonhg.NetBSD.org/src/rev/e9f41736f603
branches:  trunk
changeset: 350049:e9f41736f603
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jan 02 21:06:10 2017 +0000

description:
another int to yy_size_t

diffstat:

 external/bsd/flex/dist/src/flex.skl |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 637b5bcb2b87 -r e9f41736f603 external/bsd/flex/dist/src/flex.skl
--- a/external/bsd/flex/dist/src/flex.skl       Mon Jan 02 21:05:06 2017 +0000
+++ b/external/bsd/flex/dist/src/flex.skl       Mon Jan 02 21:06:10 2017 +0000
@@ -415,7 +415,7 @@
      */
     #define  YY_LESS_LINENO(n) \
             do { \
-                int yyl;\
+                yy_size_t yyl;\
                 for ( yyl = n; yyl < yyleng; ++yyl )\
                     if ( yytext[yyl] == '\n' )\
                         --yylineno;\



Home | Main Index | Thread Index | Old Index