cvs commit: ponie/perl perl.h

[email protected] (Arthur Bergman)
Newsgroups perl.ponie.changes
Message-ID <[email protected]>
cvsuser     03/12/15 02:25:26

  Modified:    perl     perl.h
  Log:
  report file and line info in the FIXME
  
  Revision  Changes    Path
  1.5       +1 -1      ponie/perl/perl.h
  
  Index: perl.h
  ===================================================================
  RCS file: /cvs/public/ponie/perl/perl.h,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -w -r1.4 -r1.5
  --- perl.h	10 Dec 2003 15:40:18 -0000	1.4
  +++ perl.h	15 Dec 2003 10:25:26 -0000	1.5
  @@ -13,7 +13,7 @@
   
   
   /* Here for Ponie to mark things that need to be done */
  -#define FIXME(x) { PerlIO_printf(Perl_debug_log, x); abort(); }
  +#define FIXME(x) { PerlIO_printf(Perl_debug_log, "%s (%s:%d)\n", x , __FILE__, __LINE__); abort(); }
   
   #ifdef PERL_FOR_X2P
   /*
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.