From 34bdc27cabdc2c37e9b486013bf5ab42e8995e88 Mon Sep 17 00:00:00 2001 From: Haru Date: Sat, 10 Oct 2015 21:37:48 +0200 Subject: Added support to libconfig for key names containing '.' or beginnig with digits. - Note: Since '.' (period) is a valid character for key names, it is no longer a valid path separator for lookups. Please use '/' (forward slash) or ':' (semicolon) instead. Signed-off-by: Haru --- 3rdparty/libconfig/grammar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '3rdparty/libconfig/grammar.c') 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. */ -- cgit v1.2.3-60-g2f50