dreid       99/10/23 07:43:44

  Modified:    src/lib/apr/network_io/beos networkio.h
  Log:
  This small addition needs altered yet again.  This time hopefully it'll
  be totally correct.
  
  Revision  Changes    Path
  1.6       +1 -1      apache-2.0/src/lib/apr/network_io/beos/networkio.h
  
  Index: networkio.h
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/network_io/beos/networkio.h,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- networkio.h       1999/10/22 11:26:54     1.5
  +++ networkio.h       1999/10/23 14:43:43     1.6
  @@ -62,7 +62,7 @@
   /* The definition of isascii was missed from the PowerPC ctype.h
    *
    * It will be included in the next release, but until then... */
  -#if __POWER_PC__
  +#if __POWERPC__
   #define isascii(c) (((c) & ~0x7f)==0)
   #endif
   
  
  
  

Reply via email to