You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Dean Gaudet <dg...@arctic.org> on 1998/07/08 23:56:34 UTC

Re: cvs commit: apache-1.3/src/regex engine.c regcomp.c

It's already in hsregex.h, or at least it was when I committed it.  Both
of these should be completely unnecessary.  Why did you add them?

Dean

On 8 Jul 1998 brian@hyperreal.org wrote:

> brian       98/07/08 11:47:14
> 
>   Modified:    src/regex engine.c regcomp.c
>   Log:
>   I'm assuming this is the right place to do this, though on reflection
>   maybe /include/hsregex.h would be better, I'm not sure.  This fixes it
>   for now.
>   
>   Revision  Changes    Path
>   1.4       +1 -0      apache-1.3/src/regex/engine.c
>   
>   Index: engine.c
>   ===================================================================
>   RCS file: /export/home/cvs/apache-1.3/src/regex/engine.c,v
>   retrieving revision 1.3
>   retrieving revision 1.4
>   diff -u -r1.3 -r1.4
>   --- engine.c	1998/07/08 17:47:26	1.3
>   +++ engine.c	1998/07/08 18:47:13	1.4
>   @@ -46,6 +46,7 @@
>    };
>    
>    #include "engine.ih"
>   +#include "apctype.h"
>    
>    #ifdef REDEBUG
>    #define	SP(t, s, c)	print(m, t, s, c, stdout)
>   
>   
>   
>   1.7       +1 -0      apache-1.3/src/regex/regcomp.c
>   
>   Index: regcomp.c
>   ===================================================================
>   RCS file: /export/home/cvs/apache-1.3/src/regex/regcomp.c,v
>   retrieving revision 1.6
>   retrieving revision 1.7
>   diff -u -r1.6 -r1.7
>   --- regcomp.c	1998/07/08 17:47:27	1.6
>   +++ regcomp.c	1998/07/08 18:47:13	1.7
>   @@ -6,6 +6,7 @@
>    #include <stdlib.h>
>    
>    #include "hsregex.h"
>   +#include "apctype.h"
>    #include "utils.h"
>    #include "regex2.h"
>    
>   
>   
>   
>