diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-10-11 16:15:57 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-10-11 16:15:57 +0300 |
commit | 497510b22278aafaa7dedb8a6c705e8cdd35e9db (patch) | |
tree | 77996eeb49ee99f5f66e0dbd34419a78f5796cb8 /3rdparty/libconfig/grammar.c | |
parent | 6c0f05b05e9bf09f40df3e3fe7f768f7435abcec (diff) | |
parent | 56297f27e6fa37444d7ddfd5b3ae4348371ee155 (diff) | |
download | hercules-497510b22278aafaa7dedb8a6c705e8cdd35e9db.tar.gz hercules-497510b22278aafaa7dedb8a6c705e8cdd35e9db.tar.bz2 hercules-497510b22278aafaa7dedb8a6c705e8cdd35e9db.tar.xz hercules-497510b22278aafaa7dedb8a6c705e8cdd35e9db.zip |
Merge pull request #788 from MishimaHaruna/libconfig
Libconfig edits for mob_db.conf
Diffstat (limited to '3rdparty/libconfig/grammar.c')
-rw-r--r-- | 3rdparty/libconfig/grammar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/libconfig/grammar.c b/3rdparty/libconfig/grammar.c index 55216535b..26444f816 100644 --- a/3rdparty/libconfig/grammar.c +++ b/3rdparty/libconfig/grammar.c @@ -1261,7 +1261,7 @@ YYSTYPE yylval; `yyss': related to states. `yyvs': related to semantic values. - Refer to the stacks through separate pointers, to allow yy overflow + Refer to the stacks thru separate pointers, to allow yyoverflow to reallocate them elsewhere. */ /* The state stack. */ |