[perl #32607] The preprocessor changes pmc to an identifier

2007-11-13 Thread Klaas-Jan Stol via RT
On Thu Nov 08 12:04:02 2007, kjs wrote:
 On Sat Dec 16 19:06:42 2006, [EMAIL PROTECTED] wrote:
  This is still valid, but I think it hides a bigger problem with -E.  The
  attached patch avoids the segfault by passing the correct arguments to
  yylex(), but then it runs into an infinite loop when the lexer tries to
  read more data from the file than is there.
  
  I don't know what causes it; I'm not a lex/yacc guy.
 
I think this ticket can be closed:
* the original bug is fixed
* any segfaulting that is spoken of doesn't occur
* the attached patch seems to be applied (according to the current source)

If nobody opposes, I'll close it in a few days.
kjs

=
Forgot to CC the list; see my previous comment.
kjs



Re: [perl #32607] The preprocessor changes pmc to an identifier

2004-11-24 Thread Leopold Toetsch
Fglock @ Pucrs . Br [EMAIL PROTECTED] wrote:

 The preprocessor changes pmc to a previously
 used identifier:

 $ ./parrot -E -# invoke preprocessor

Ouch, the preprocessor is far behind the current syntax. It needs either
updating or disabling.

Thanks for reporting,
leo