rse 98/09/21 10:12:04
Modified: src/helpers TestCompile Log: ARGL! TestCompile was broken just before release. A semicolon was forgotten which lets TestCompile always fail. Revision Changes Path 1.18 +1 -1 apache-1.3/src/helpers/TestCompile Index: TestCompile =================================================================== RCS file: /export/home/cvs/apache-1.3/src/helpers/TestCompile,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- TestCompile 1998/09/21 02:30:14 1.17 +++ TestCompile 1998/09/21 17:12:04 1.18 @@ -99,7 +99,7 @@ cat <<EOF >testfunc.c int main(void) { $2(); - return(0) + return(0); } EOF ;;