summaryrefslogtreecommitdiff
path: root/compat.c
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2000-12-15 23:05:57 +0000
committerKevin Steves <stevesk@pobox.com>2000-12-15 23:05:57 +0000
commit48d0d257220f4ef1ce9c916d76ae56860b7dddda (patch)
treefad5e66b08a9bb5e3d560b3b8854d69e7990e4d9 /compat.c
parent7d00ba4d7210a0cde5d758049cdca31cb9b28854 (diff)
type cpp comment
Diffstat (limited to 'compat.c')
-rw-r--r--compat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat.c b/compat.c
index c2574b2ed..a2d3a3383 100644
--- a/compat.c
+++ b/compat.c
@@ -33,7 +33,7 @@ RCSID("$OpenBSD: compat.c,v 1.32 2000/12/09 23:51:11 provos Exp $");
33# include <pcreposix.h> 33# include <pcreposix.h>
34#else /* Use native regex libraries */ 34#else /* Use native regex libraries */
35# include <regex.h> 35# include <regex.h>
36#endif /* HAVE_LIBRX */ 36#endif /* HAVE_LIBPCRE */
37 37
38int compat13 = 0; 38int compat13 = 0;
39int compat20 = 0; 39int compat20 = 0;