You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by do...@hyperreal.org on 1998/07/01 03:45:26 UTC

cvs commit: apache-1.3/src/include hsregex.h

dougm       98/06/30 18:45:25

  Modified:    src/include hsregex.h
  Log:
  backout from last commit.
  (no idea how that happened, I did cvs update -dP before any changes)
  
  Revision  Changes    Path
  1.7       +2 -0      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.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- hsregex.h	1998/07/01 01:37:29	1.6
  +++ hsregex.h	1998/07/01 01:45:25	1.7
  @@ -6,10 +6,12 @@
   #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;