RE: [PATCH] Fixed typo in Configure.pl

2001-09-21 Thread Brent Dax
Brad Hughes: # Brent Dax wrote: # > # > Dan Sugalski: # > # At 06:43 PM 9/20/2001 -0700, Brent Dax wrote: # > # >Stefan Dragnev: # > # ># - $c{cc_denug} = ' '; # > # ># + $c{cc_debug} = ' '; # > # > # > # >So *that*'s why -g kept appearing...thanks, applied. # > # # > # Don't forget t

Re: [PATCH] Fixed typo in Configure.pl

2001-09-21 Thread Brad Hughes
Brent Dax wrote: > > Dan Sugalski: > # At 06:43 PM 9/20/2001 -0700, Brent Dax wrote: > # >Stefan Dragnev: > # ># - $c{cc_denug} = ' '; > # ># + $c{cc_debug} = ' '; > # > > # >So *that*'s why -g kept appearing...thanks, applied. > # > # Don't forget that debugging isn't always -g. (It'

RE: [PATCH] Fixed typo in Configure.pl

2001-09-21 Thread Dan Sugalski
At 12:45 PM 9/21/2001 -0700, Brent Dax wrote: >Dan Sugalski: ># At 06:43 PM 9/20/2001 -0700, Brent Dax wrote: ># >Stefan Dragnev: ># ># - $c{cc_denug} = ' '; ># ># + $c{cc_debug} = ' '; ># > ># >So *that*'s why -g kept appearing...thanks, applied. ># ># Don't forget that debugging isn'

RE: [PATCH] Fixed typo in Configure.pl

2001-09-21 Thread Brent Dax
Dan Sugalski: # At 06:43 PM 9/20/2001 -0700, Brent Dax wrote: # >Stefan Dragnev: # ># - $c{cc_denug} = ' '; # ># + $c{cc_debug} = ' '; # > # >So *that*'s why -g kept appearing...thanks, applied. # # Don't forget that debugging isn't always -g. (It's /DEBUG for # me on VMS) That sort o

RE: [PATCH] Fixed typo in Configure.pl

2001-09-21 Thread Dan Sugalski
At 06:43 PM 9/20/2001 -0700, Brent Dax wrote: >Stefan Dragnev: ># - $c{cc_denug} = ' '; ># + $c{cc_debug} = ' '; > >So *that*'s why -g kept appearing...thanks, applied. Don't forget that debugging isn't always -g. (It's /DEBUG for me on VMS) Da

RE: [PATCH] Fixed typo in Configure.pl

2001-09-20 Thread Brent Dax
Stefan Dragnev: # - $c{cc_denug} = ' '; # + $c{cc_debug} = ' '; So *that*'s why -g kept appearing...thanks, applied. --Brent Dax [EMAIL PROTECTED] They *will* pay for what they've done.

[PATCH] Fixed typo in Configure.pl

2001-09-20 Thread Stefan Dragnev
Index: Configure.pl === RCS file: /home/perlcvs/parrot/Configure.pl,v retrieving revision 1.11 diff -u -r1.11 Configure.pl --- Configure.pl2001/09/20 13:35:26 1.11 +++ Configure.pl2001/09/20 19:49:03 @@ -105,7 +105