]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - libiberty/testsuite/test-demangle.c
Merge commit 'upstream/2.20'
[msp430-binutils.git] / libiberty / testsuite / test-demangle.c
index 12b07dd6476cde353693f6056c40aff83de44b12..1c982d6ef20cabb742575bb7ba300f51a19fc6bc 100644 (file)
@@ -46,7 +46,7 @@ static unsigned int lineno;
 #define LINELEN 80
 
 static void
-getline(buf)
+get_line(buf)
      struct line *buf;
 {
   char *data = buf->data;
@@ -196,12 +196,12 @@ main(argc, argv)
     {
       const char *inp;
       
-      getline (&format);
+      get_line (&format);
       if (feof (stdin))
        break;
 
-      getline (&input);
-      getline (&expect);
+      get_line (&input);
+      get_line (&expect);
 
       inp = protect_end (input.data);
 
@@ -322,7 +322,7 @@ main(argc, argv)
 
       if (no_params)
        {
-         getline (&expect);
+         get_line (&expect);
          result = cplus_demangle (inp, DMGL_ANSI|DMGL_TYPES);
 
          if (result