From dca7760fb5cb24c6f2ca566c5c5c73f37b14ccae Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Sun, 5 Nov 2000 06:27:15 +0000 Subject: * ldlex.l (yy_create_string_buffer): Init all structure fields. * Makefile.am (DISTCLEANFILES): Add stringify.sed. Move 2000-11-02 Makefile.in changes to this file. --- ld/ldlex.l | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ld/ldlex.l') diff --git a/ld/ldlex.l b/ld/ldlex.l index 4dfa53f..d5f5d27 100644 --- a/ld/ldlex.l +++ b/ld/ldlex.l @@ -479,6 +479,11 @@ yy_create_string_buffer (string, size) b->yy_n_chars = size+1; b->yy_buf_pos = &b->yy_ch_buf[1]; + b->yy_is_our_buffer = 1; + b->yy_is_interactive = 0; + b->yy_at_bol = 1; + b->yy_fill_buffer = 0; + /* flex 2.4.7 changed the interface. FIXME: We should not be using a flex internal interface in the first place! */ #ifdef YY_BUFFER_NEW -- cgit v1.1