rse         99/11/28 05:53:41

  Modified:    src/ap   ap_snprintf.c
  Log:
  Remove a useless #define which was left over from xinetd days.
  
  Revision  Changes    Path
  1.39      +0 -1      apache-1.3/src/ap/ap_snprintf.c
  
  Index: ap_snprintf.c
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/ap/ap_snprintf.c,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- ap_snprintf.c     1999/11/28 13:51:54     1.38
  +++ ap_snprintf.c     1999/11/28 13:53:40     1.39
  @@ -84,7 +84,6 @@
   #define AP_LONGEST_LONG              long
   #endif
   #define NUL                  '\0'
  -#define INT_NULL             ((int *)0)
   #define WIDE_INT             long
   #define WIDEST_INT           AP_LONGEST_LONG
   
  
  
  

Reply via email to