|
@@ -753,7 +753,7 @@ static smallint debug;
|
|
|
|
|
|
|
|
|
# ifndef DEFINED_ONCE
|
|
|
-void
|
|
|
+static void
|
|
|
print_fastmap (char *fastmap)
|
|
|
{
|
|
|
unsigned was_a_range = 0;
|
|
@@ -785,7 +785,7 @@ print_fastmap (char *fastmap)
|
|
|
|
|
|
the START pointer into it and ending just before the pointer END. */
|
|
|
|
|
|
-void
|
|
|
+static void
|
|
|
PREFIX(print_partial_compiled_pattern) (UCHAR_T *start, UCHAR_T *end)
|
|
|
{
|
|
|
int mcnt, mcnt2;
|
|
@@ -1118,7 +1118,7 @@ PREFIX(print_partial_compiled_pattern) (UCHAR_T *start, UCHAR_T *end)
|
|
|
}
|
|
|
|
|
|
|
|
|
-void
|
|
|
+static void
|
|
|
PREFIX(print_compiled_pattern) (struct re_pattern_buffer *bufp)
|
|
|
{
|
|
|
UCHAR_T *buffer = (UCHAR_T*) bufp->buffer;
|
|
@@ -1150,7 +1150,7 @@ PREFIX(print_compiled_pattern) (struct re_pattern_buffer *bufp)
|
|
|
}
|
|
|
|
|
|
|
|
|
-void
|
|
|
+static void
|
|
|
PREFIX(print_double_string) (
|
|
|
const CHAR_T *where,
|
|
|
const CHAR_T *string1,
|
|
@@ -1187,7 +1187,7 @@ PREFIX(print_double_string) (
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-# ifndef DEFINED_ONCE
|
|
|
+# if 0
|
|
|
void
|
|
|
printchar (int c)
|
|
|
{
|