type cpp comment

This commit is contained in:
Kevin Steves 2000-12-15 23:05:57 +00:00
parent 7d00ba4d72
commit 48d0d25722

View File

@ -33,7 +33,7 @@ RCSID("$OpenBSD: compat.c,v 1.32 2000/12/09 23:51:11 provos Exp $");
# include <pcreposix.h> # include <pcreposix.h>
#else /* Use native regex libraries */ #else /* Use native regex libraries */
# include <regex.h> # include <regex.h>
#endif /* HAVE_LIBRX */ #endif /* HAVE_LIBPCRE */
int compat13 = 0; int compat13 = 0;
int compat20 = 0; int compat20 = 0;