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

1998-07-08 Thread Brian Behlendorf
Wait a minute - include/hsregex.h is a generated file. From regex's Makefile as generated by Configure: sh ./mkh -i _REGEX_H_ regex2.h regcomp.c regerror.c regexec.c regfree.c > ../include/hsregex.h So where do we have to add the reference to apctype.h? Brian At 02:56 PM 7/8/98 -0700

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

1998-07-08 Thread Dean Gaudet
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 [EMAIL PROTECTED] wrote: > brian 98/07/08 11:47:14 > > Modified:src/regex engine.c regcomp.c > Log: > I'm assuming this i

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

1998-07-08 Thread brian
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 ChangesPath 1.4 +1 -0 apache-