rse         98/07/09 05:11:36

  Modified:    src/include compat.h
  Log:
  Add back-compat entry for ap_is_empty_table which Ben forgot last time
  when he renamed the define.
  
  Revision  Changes    Path
  1.13      +1 -0      apache-1.3/src/include/compat.h
  
  Index: compat.h
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/include/compat.h,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- compat.h  1998/07/04 16:07:26     1.12
  +++ compat.h  1998/07/09 12:11:35     1.13
  @@ -174,6 +174,7 @@
   #define invoke_handler                 ap_invoke_handler
   #define is_default_port                ap_is_default_port
   #define is_directory                   ap_is_directory
  +#define is_empty_table                 ap_is_empty_table
   #define is_fnmatch                     ap_is_fnmatch
   #define is_initial_req                 ap_is_initial_req
   #define is_matchexp                    ap_is_matchexp
  
  
  

Reply via email to