*** empty log message ***
[bpt/guile.git] / libguile / regex-posix.c
index f43a26d..2a1678b 100644 (file)
@@ -82,8 +82,9 @@
 #include "strports.h"
 #include "ports.h"
 #include "feature.h"
+#include "strings.h"
 
-#include "scm_validate.h"
+#include "validate.h"
 #include "regex-posix.h"
 
 /* This is defined by some regex libraries and omitted by others. */
@@ -176,8 +177,7 @@ SCM_DEFINE (scm_make_regexp, "make-regexp", 1, 0, 1,
            "call to @code{make-regexp} includes both @code{regexp/basic} and\n"
            "@code{regexp/extended} flags, the one which comes last will override\n"
            "the earlier one.\n"
-           "@end table\n"
-           "")
+           "@end table\n")
 #define FUNC_NAME s_scm_make_regexp
 {
   SCM flag;
@@ -296,3 +296,9 @@ scm_init_regex_posix ()
 
   scm_add_feature ("regex");
 }
+
+/*
+  Local Variables:
+  c-file-style: "gnu"
+  End:
+*/