2000-12-03 Stephane Carrez <Stephane.Carrez@worldnet.fr>
[deliverable/binutils-gdb.git] / gdb / gnu-regex.c
index 053792943774d38124b0503d0271fd581a05bd27..f7faa8c864730a4e27cf6a7dca276626984be5c3 100644 (file)
@@ -356,10 +356,12 @@ typedef char boolean;
 #define false 0
 #define true 1
 
-static int re_match_2_internal (struct re_pattern_buffer *bufp,
-                               const char *string1, int size1,
-                               const char *string2, int size2,
-                               int pos, struct re_registers *regs, int stop);
+static int re_match_2_internal PARAMS ((struct re_pattern_buffer *bufp,
+                                       const char *string1, int size1,
+                                       const char *string2, int size2,
+                                       int pos,
+                                       struct re_registers *regs,
+                                       int stop));
 \f
 /* These are the command codes that appear in compiled regular
    expressions.  Some opcodes are followed by argument bytes.  A
This page took 0.023304 seconds and 4 git commands to generate.