Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!CS.UTEXAS.EDU!meyering From: meyering@CS.UTEXAS.EDU (Jim Meyering) Newsgroups: gnu.utils.bug Subject: bison/yacc difference: bison doesn't recognize \-continued strings Message-ID: <8905270255.AA15740@ai.cs.utexas.edu> Date: 27 May 89 02:55:16 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: UofTX @ Austin CS Department Lines: 20 Yacc accepts the following input, bison complains about an unterminated string. ----- %{ static char copyright[] = "Copyright....\ continued copyright\n"; %} %% foo: /* empty */ | foo '+' ; %% ======== > % bison bb.y > "bb.y", line 2: unterminated string I have the same bison-1.01 that is on prep.ai.mit.edu today. --- Jim Meyering meyering@cs.utexas.edu