Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!samsung!bragi!dj From: dj@bragi.ctron.com (DJ Delorie) Newsgroups: comp.binaries.ibm.pc.d Subject: Re: djgcc: Parse error before character 032? Message-ID: <1356@bragi.ctron.com> Date: 26 Mar 91 01:44:11 GMT References: Organization: None whatsoever Lines: 22 In article roy%cybrspc@cs.umn.edu (Roy M. Silvernail) writes: >I think your solution has its phase inverted. He needs a file _with_ a >^Z appended. Since that's the only way to terminate a 'copy con foo', >there must be a ^Z at the end of the file that worked. No, I don't. The ^Z wasn't being parsed out as being part of a "text" file (bug) and being passed to cpp, which couldn't handle it. The new version (soon) is much better at handling text files. To remove the ^Z via symdeb: C> symdeb file.txt -r cx cx-1 -w -q For debug, you'll have to do the "r cx cx-1" by hand via "r", "r cx", and exter the right value. DJ