dougm       02/02/01 12:00:53

  Modified:    xs/APR/APR APR.xs
  Log:
  specify prototyping behavior to shutup xsubpp
  
  Revision  Changes    Path
  1.4       +2 -0      modperl-2.0/xs/APR/APR/APR.xs
  
  Index: APR.xs
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/APR/APR/APR.xs,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- APR.xs    22 Oct 2001 03:26:03 -0000      1.3
  +++ APR.xs    1 Feb 2002 20:00:53 -0000       1.4
  @@ -13,6 +13,8 @@
   
   MODULE = APR    PACKAGE = APR
   
  +PROTOTYPES: disable
  +
   BOOT:
       file = file; /* -Wall */
       apr_initialize();
  
  
  


Reply via email to