From a9f6941436e83d2f91caf06c13bee86cad309064 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 8 Jan 2015 14:33:53 +0000 Subject: scripts/config: sync with linux upstream Signed-off-by: Felix Fietkau SVN-Revision: 43873 --- scripts/config/zconf.lex.c_shipped | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/config/zconf.lex.c_shipped') diff --git a/scripts/config/zconf.lex.c_shipped b/scripts/config/zconf.lex.c_shipped index 4e0e5f504b..f1d6528293 100644 --- a/scripts/config/zconf.lex.c_shipped +++ b/scripts/config/zconf.lex.c_shipped @@ -792,8 +792,8 @@ static char *text; static int text_size, text_asize; struct buffer { - struct buffer *parent; - YY_BUFFER_STATE state; + struct buffer *parent; + YY_BUFFER_STATE state; }; struct buffer *current_buf; -- cgit v1.2.3