]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libiberty/bcmp.c
demangle.h: Remove uses of PARAMS.
[thirdparty/gcc.git] / libiberty / bcmp.c
index 1895773d52d488762635d834b703c958b64afb85..1bd28160f696a838f98c0afadedb851039c46167 100644 (file)
@@ -17,9 +17,7 @@ result mean @var{x} sorts before @var{y}).
 
 
 int
-bcmp (from, to, count)
-  char *from, *to;
-  int count;
+bcmp (char *from, char *to, int count)
 {
   int rtnval = 0;