builtins.c: Fix prototype for fold_builtin_atan.
authorEric Christopher <echristo@redhat.com>
Thu, 9 Sep 2004 00:45:52 +0000 (00:45 +0000)
committerEric Christopher <echristo@gcc.gnu.org>
Thu, 9 Sep 2004 00:45:52 +0000 (00:45 +0000)
2004-09-08  Eric Christopher  <echristo@redhat.com>

* builtins.c: Fix prototype for fold_builtin_atan.

From-SVN: r87214

gcc/ChangeLog
gcc/builtins.c

index 52eca28192256cf2ab80fbcccc6143483b19d7dd..200d6f4a7f8e6712741d4065aeaba060a4ddebd2 100644 (file)
@@ -1,3 +1,7 @@
+2004-09-08  Eric Christopher  <echristo@redhat.com>
+
+       * builtins.c: Fix prototype for fold_builtin_atan.
+
 2004-09-08  Eric Christopher  <echristo@redhat.com>
 
        * builtins.c (fold_builtin_strlen, fold_builtin_sqrt, fold_builtin_cbrt,
index f13e725b8ed4bd2b57497093a9159fc3c51be542..537a5d4cd2bab25fd1bad8b51f44305368bf3216 100644 (file)
@@ -155,7 +155,7 @@ static tree fold_builtin_pow (tree, tree, tree);
 static tree fold_builtin_sin (tree);
 static tree fold_builtin_cos (tree, tree, tree);
 static tree fold_builtin_tan (tree);
-static tree fold_builtin_atan (tree);
+static tree fold_builtin_atan (tree, tree);
 static tree fold_builtin_trunc (tree);
 static tree fold_builtin_floor (tree);
 static tree fold_builtin_ceil (tree);