dgaudet     98/07/08 16:59:22

  Modified:    src/include hsregex.h
  Log:
  go with brian's change
  
  Revision  Changes    Path
  1.9       +0 -6      apache-1.3/src/include/hsregex.h
  
  Index: hsregex.h
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/include/hsregex.h,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- hsregex.h 1998/07/08 17:47:00     1.8
  +++ hsregex.h 1998/07/08 23:59:21     1.9
  @@ -1,21 +1,15 @@
   #ifndef _REGEX_H_
   #define      _REGEX_H_       /* never again */
  -
  -/* for 8-bit ctype stuff */
  -#include "apctype.h"
  -
   /* ========= begin header generated by ./mkh ========= */
   #ifdef __cplusplus
   extern "C" {
   #endif
   
   /* === regex2.h === */
  -#ifndef API_EXPORT
   #ifdef WIN32
   #define API_EXPORT(type)    __declspec(dllexport) type __stdcall
   #else
   #define API_EXPORT(type)    type
  -#endif
   #endif
   
   typedef off_t regoff_t;
  
  
  

Reply via email to