* ada/acats/tests/cd/cd300051.c: Fix defaulting to int.
authorMarek Polacek <polacek@redhat.com>
Thu, 16 Oct 2014 09:08:15 +0000 (09:08 +0000)
committerMarek Polacek <mpolacek@gcc.gnu.org>
Thu, 16 Oct 2014 09:08:15 +0000 (09:08 +0000)
From-SVN: r216301

gcc/testsuite/ChangeLog
gcc/testsuite/ada/acats/tests/cd/cd300051.c

index a62af4303642bcce314a6722b8147983b5d42989..480ee6f33c70a96e6c802bae9bd2994e25f13545 100644 (file)
@@ -1,3 +1,7 @@
+2014-10-16  Marek Polacek  <polacek@redhat.com>
+
+       * ada/acats/tests/cd/cd300051.c: Fix defaulting to int.
+
 2014-10-16  Jakub Jelinek  <jakub@redhat.com>
            Marek Polacek  <polacek@redhat.com>
 
index 5771fc81b7f058ff6a26573698782a36606d26fd..86e60a0366bf1227653c282c33e88704efe763d2 100644 (file)
@@ -48,7 +48,7 @@
 --                          CD30005.A (as comments).
 --!
 */
-            int _cd30005_1( Value )
+            int _cd30005_1(int Value )
             {
                 /* int Value */