[commit: ghc] ghc-7.10: Build system: remove function keyword from configure.ac (#10705) (77eba27)

git at git.haskell.org git at git.haskell.org
Thu Oct 22 15:09:30 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : ghc-7.10
Link       : http://ghc.haskell.org/trac/ghc/changeset/77eba27ffa146fba0f0e303d42447d26c3e9eb83/ghc

>---------------------------------------------------------------

commit 77eba27ffa146fba0f0e303d42447d26c3e9eb83
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date:   Fri Jul 31 12:45:44 2015 +0200

    Build system: remove function keyword from configure.ac (#10705)
    
    This fixes the FreeBSD build.


>---------------------------------------------------------------

77eba27ffa146fba0f0e303d42447d26c3e9eb83
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 23f89d9..7d9bc9c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -273,13 +273,13 @@ AC_SUBST(WithHc)
 FP_INTREE_GHC_PWD
 FP_FIND_ROOT
 
-function fail() {
+fail() {
     echo >&2
     echo "$1" >&2
     exit 1
 }
 
-function set_up_tarballs() {
+set_up_tarballs() {
     local tarball_repo_url="$1"
     local tarball_dir="$2"
 



More information about the ghc-commits mailing list