On Thu, Jun 30, 2005 at 11:43:33AM -0400, John Peacock wrote:
> p.s. is this _really_ necessary:
> 
> >          if (name[1] == '_' &&
> >              name[2] == 'P' &&
> >              name[3] == 'A' &&
> >              name[4] == 'C' &&
> >              name[5] == 'K' &&
> >              name[6] == 'A' &&
> >              name[7] == 'G' &&
> >              name[8] == 'E' &&
> >              name[9] == '_' &&
> >              name[10] == '_')
> >          {                                       /* __PACKAGE__ */
> >            return -KEY___PACKAGE__;
> >          }

Kinda makes me think of those tall, vertical neon signs outside hotels where
each letter is 5 feet high.


-- 
Michael G Schwern     [EMAIL PROTECTED]     http://www.pobox.com/~schwern
Don't try the paranormal until you know what's normal.
        -- "Lords and Ladies" by Terry Prachett

Reply via email to