OSDN Git Service

Convert libiberty to use ISO C prototype style 3/n.
[pf3gnuchains/gcc-fork.git] / libiberty / bcmp.c
index 1895773..1bd2816 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;