diff options
Diffstat (limited to 'scripts/kconfig/zconf.lex.c_shipped')
| -rw-r--r-- | scripts/kconfig/zconf.lex.c_shipped | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/kconfig/zconf.lex.c_shipped b/scripts/kconfig/zconf.lex.c_shipped index a0521aa5974b..349a7f24315b 100644 --- a/scripts/kconfig/zconf.lex.c_shipped +++ b/scripts/kconfig/zconf.lex.c_shipped | |||
| @@ -789,8 +789,8 @@ static char *text; | |||
| 789 | static int text_size, text_asize; | 789 | static int text_size, text_asize; |
| 790 | 790 | ||
| 791 | struct buffer { | 791 | struct buffer { |
| 792 | struct buffer *parent; | 792 | struct buffer *parent; |
| 793 | YY_BUFFER_STATE state; | 793 | YY_BUFFER_STATE state; |
| 794 | }; | 794 | }; |
| 795 | 795 | ||
| 796 | struct buffer *current_buf; | 796 | struct buffer *current_buf; |
