joes 2004/07/15 09:05:53
Modified: glue/perl/xsbuilder apreq_xs_tables.h
Log:
Reverting bogus apreq_xs_tables.h component of previous patch. Emacs crash
left bogus version lying around, and it was mistakenly included in
version_check fix.
Revision Changes Path
1.24 +1 -1 httpd-apreq-2/glue/perl/xsbuilder/apreq_xs_tables.h
Index: apreq_xs_tables.h
===================================================================
RCS file: /home/cvs/httpd-apreq-2/glue/perl/xsbuilder/apreq_xs_tables.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- apreq_xs_tables.h 15 Jul 2004 16:00:52 -0000 1.23
+++ apreq_xs_tables.h 15 Jul 2004 16:05:53 -0000 1.24
@@ -51,7 +51,7 @@
}
static const MGVTBL apreq_xs_table_magic = {0, 0, 0, 0, 0,
- apreq_xs_table_magic_copy, 0, 0,
0, apreq_xs_table_magic_copy};
+ apreq_xs_table_magic_copy};
#endif