]> www.ginac.de Git - cln.git/blobdiff - m4/intparam.m4
Remove some unused configuration macros.
[cln.git] / m4 / intparam.m4
index 2619013a8553cf9e380ebd88f43b2699d35e3277..5d7d00f303ca5484730a003a25c789bbcec58269 100644 (file)
@@ -222,17 +222,6 @@ AC_DEFUN([CL_INTPARAM_CROSS],
         echo "#error \"Type long long is stored in memory in an obscure manner!!\""
         ;;
     esac
-    echo
-    case $host_cpu in
-      hppa)
-        echo "/* Stack grows up. */"
-        echo "#define stack_grows_up"
-        ;;
-      *)
-        echo "/* Stack grows down. */"
-        echo "#define stack_grows_down"
-        ;;
-    esac
   } > "$cl_machine_file_h"
 ])