This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Verify that the debugger has an array where to store lines before
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Fri, 1 Dec 2006 10:28:36 +0000 (10:28 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Fri, 1 Dec 2006 10:28:36 +0000 (10:28 +0000)
commit80a702cd72c27fd870b2290d0adc07670c338743
tree993aa4846bdaeecc2aef87ecf8fef9f934a53b84
parentb9ab5773ab03c0291526c156de00ac54d29be095
Verify that the debugger has an array where to store lines before
doing so. This fixes an assertion failure when parsing a script
that begins with '#!perl -d'.
Also, code factorization in toke.c.

p4raw-id: //depot/perl@29429
embed.fnc
embed.h
op.c
proto.h
toke.c