PARAMS removal.
[deliverable/binutils-gdb.git] / gdb / arc-tdep.c
index 2a1f0006702d422bfea46ec3441701ceeed90fcf..8b69770edbe016fb746c5f1d75f6fc0063542776 100644 (file)
@@ -90,9 +90,9 @@ int debug_pipeline_p;
    | ((d) & 511))
 \f
 /* Codestream stuff.  */
-static void codestream_read PARAMS ((unsigned int *, int));
-static void codestream_seek PARAMS ((CORE_ADDR));
-static unsigned int codestream_fill PARAMS ((int));
+static void codestream_read (unsigned int *, int);
+static void codestream_seek (CORE_ADDR);
+static unsigned int codestream_fill (int);
 
 #define CODESTREAM_BUFSIZ 16
 static CORE_ADDR codestream_next_addr;
This page took 0.025628 seconds and 4 git commands to generate.