Re: New assembler problem, with fix.

2002-06-03 Thread Jeff
Jeff wrote: > > Clinton A Pierce wrote: > > > > I'm not at a system where diff/patch runs, but here's a fix for you. In > > _string_constant you're trying to expand \n and friends with: > > > > $constant = eval "qq($constant)"; > > > > This breaks if the token ) appears in $constant. Ch

Re: New assembler problem, with fix.

2002-06-03 Thread Jeff
Clinton A Pierce wrote: > > I'm not at a system where diff/patch runs, but here's a fix for you. In > _string_constant you're trying to expand \n and friends with: > > $constant = eval "qq($constant)"; > > This breaks if the token ) appears in $constant. Changing () to anything > else

New assembler problem, with fix.

2002-06-03 Thread Clinton A. Pierce
I'm not at a system where diff/patch runs, but here's a fix for you. In _string_constant you're trying to expand \n and friends with: $constant = eval "qq($constant)"; This breaks if the token ) appears in $constant. Changing () to anything else breaks if that anything else is in the