You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-cvs@httpd.apache.org by do...@apache.org on 2002/03/08 19:17:32 UTC

cvs commit: httpd-test/perl-framework/c-modules httpd_test_util.c

dougm       02/03/08 10:17:32

  Modified:    perl-framework/c-modules httpd_test_util.c
  Log:
  get rid of cpp warning
  
  Revision  Changes    Path
  1.2       +1 -1      httpd-test/perl-framework/c-modules/httpd_test_util.c
  
  Index: httpd_test_util.c
  ===================================================================
  RCS file: /home/cvs/httpd-test/perl-framework/c-modules/httpd_test_util.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- httpd_test_util.c	21 Nov 2001 01:26:47 -0000	1.1
  +++ httpd_test_util.c	8 Mar 2002 18:17:32 -0000	1.2
  @@ -40,5 +40,5 @@
       return 1;
   }
   
  -#endif WANT_HTTPD_TEST_SPLIT_QS_NUMBERS
  +#endif /* WANT_HTTPD_TEST_SPLIT_QS_NUMBERS */