From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <43949f2f25e2b303715421ff77344730@coraid.com> From: erik quanstrom Date: Tue, 19 Dec 2006 14:20:35 -0500 To: chesky@plan9.jp, 9fans@cse.psu.edu Subject: Re: [9fans] 8c reports: End of file MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Cc: Topicbox-Message-UUID: f69e28ea-ead1-11e9-9d60-3106f5b1d025 the problem is that ?c is hitting eof while still expecting input. this is the line of code that produces this diagnostic: /sys/src/cmd/cc/lex.c:966: yyerror("End of file"); the "" is produced by %L in yyerror. - erik ---- Not sure how this is happening: term% 8c -FVw slab.c End of file term% Might there be non-printing characters in the file causing this? There are no Peter faces in the acme window, so how would I check? --Joel