From ef207db542d63e4b04db5cac88bed6f6cfcc514b Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sat, 16 Aug 2014 20:53:01 +0000 Subject: Avoid SBCL deprecated features. --- config/open-axiom.m4 | 21 -------- config/openaxiom-c-macros.h.in | 111 ----------------------------------------- 2 files changed, 132 deletions(-) (limited to 'config') diff --git a/config/open-axiom.m4 b/config/open-axiom.m4 index 323125a7..7a1c158b 100644 --- a/config/open-axiom.m4 +++ b/config/open-axiom.m4 @@ -29,26 +29,6 @@ AC_SUBST(oa_configdir,'$(top_builddir)/config') AC_SUBST(oa_c_macros,'$(oa_configdir)/axiom-c-macros.h') ]) -dnl -------------------------------------- -dnl -- OPENAXIOM_STANDARD_INTEGER_TYPES -- -dnl -------------------------------------- -dnl Check for availability of standard sized integer types. -AC_DEFUN([OPENAXIOM_STANDARD_INTEGER_TYPES], [ -AC_CHECK_TYPES([int8_t],[],[AC_TYPE_INT8_T]) -AC_CHECK_TYPES([uint8_t],[],[AC_TYPE_UINT8_T]) -AC_CHECK_TYPES([int16_t],[],[AC_TYPE_INT16_T]) -AC_CHECK_TYPES([uint16_t],[][AC_TYPE_UINT16_T]) -AC_CHECK_TYPES([int32_t],[],[AC_TYPE_INT32_T]) -AC_CHECK_TYPES([uint32_t],[],[AC_TYPE_UINT32_T]) -AC_CHECK_TYPES([int64_t],[],[AC_TYPE_INT64_T]) -AC_CHECK_TYPES([uint64_t],[],[AC_TYPE_UINT64_T]) -AC_CHECK_TYPES([intptr_t],[],[AC_TYPE_INTPTR_T]) -AC_CHECK_TYPES([uintptr_t],[],[AC_TYPE_UINTPTR_T]) -AC_CHECK_TYPES([intmax_t],[],[AC_TYPE_INTMAX_T]) -AC_CHECK_TYPES([uintmax_t],[],[AC_TYPE_UINTMAX_T]) -AC_TYPE_UID_T -]) - dnl ---------------------- dnl -- OPENAXIOM_SHELLS -- dnl ---------------------- @@ -543,7 +523,6 @@ dnl ------------------------------------ AC_DEFUN([OPENAXIOM_HOST_DATA_PROPERTIES],[ ## Byte order of the host. AC_C_BIGENDIAN -OPENAXIOM_STANDARD_INTEGER_TYPES AC_CHECK_SIZEOF([void*]) if test x"$oa_include_gcl" = xyes; then ## PORTME: does GCL really care about system where CHAR_BITS is not 8? diff --git a/config/openaxiom-c-macros.h.in b/config/openaxiom-c-macros.h.in index 571fd4d3..c2503633 100644 --- a/config/openaxiom-c-macros.h.in +++ b/config/openaxiom-c-macros.h.in @@ -70,24 +70,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_FCNTL_H -/* Define to 1 if the system has the type `int16_t'. */ -#undef HAVE_INT16_T - -/* Define to 1 if the system has the type `int32_t'. */ -#undef HAVE_INT32_T - -/* Define to 1 if the system has the type `int64_t'. */ -#undef HAVE_INT64_T - -/* Define to 1 if the system has the type `int8_t'. */ -#undef HAVE_INT8_T - -/* Define to 1 if the system has the type `intmax_t'. */ -#undef HAVE_INTMAX_T - -/* Define to 1 if the system has the type `intptr_t'. */ -#undef HAVE_INTPTR_T - /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H @@ -97,9 +79,6 @@ /* Define to 1 if you support file names longer than 14 characters. */ #undef HAVE_LONG_FILE_NAMES -/* Define to 1 if the system has the type `long long int'. */ -#undef HAVE_LONG_LONG_INT - /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H @@ -148,30 +127,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_TERMIOS_H -/* Define to 1 if the system has the type `uint16_t'. */ -#undef HAVE_UINT16_T - -/* Define to 1 if the system has the type `uint32_t'. */ -#undef HAVE_UINT32_T - -/* Define to 1 if the system has the type `uint64_t'. */ -#undef HAVE_UINT64_T - -/* Define to 1 if the system has the type `uint8_t'. */ -#undef HAVE_UINT8_T - -/* Define to 1 if the system has the type `uintmax_t'. */ -#undef HAVE_UINTMAX_T - -/* Define to 1 if the system has the type `uintptr_t'. */ -#undef HAVE_UINTPTR_T - /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H -/* Define to 1 if the system has the type `unsigned long long int'. */ -#undef HAVE_UNSIGNED_LONG_LONG_INT - /* Define to 1 if you have the header file. */ #undef HAVE_UTIL_H @@ -259,77 +217,8 @@ /* Define for large files, on AIX-style hosts. */ #undef _LARGE_FILES -/* Define for Solaris 2.5.1 so the uint32_t typedef from , - , or is not used. If the typedef were allowed, the - #define below would cause a syntax error. */ -#undef _UINT32_T - -/* Define for Solaris 2.5.1 so the uint64_t typedef from , - , or is not used. If the typedef were allowed, the - #define below would cause a syntax error. */ -#undef _UINT64_T - -/* Define for Solaris 2.5.1 so the uint8_t typedef from , - , or is not used. If the typedef were allowed, the - #define below would cause a syntax error. */ -#undef _UINT8_T - /* Alignment specifier operator */ #undef alignas /* Alignment query operator */ #undef alignof - -/* Define to `int' if doesn't define. */ -#undef gid_t - -/* Define to the type of a signed integer type of width exactly 16 bits if - such a type exists and the standard includes do not define it. */ -#undef int16_t - -/* Define to the type of a signed integer type of width exactly 32 bits if - such a type exists and the standard includes do not define it. */ -#undef int32_t - -/* Define to the type of a signed integer type of width exactly 64 bits if - such a type exists and the standard includes do not define it. */ -#undef int64_t - -/* Define to the type of a signed integer type of width exactly 8 bits if such - a type exists and the standard includes do not define it. */ -#undef int8_t - -/* Define to the widest signed integer type if and do - not define. */ -#undef intmax_t - -/* Define to the type of a signed integer type wide enough to hold a pointer, - if such a type exists, and if the system does not define it. */ -#undef intptr_t - -/* Define to `int' if doesn't define. */ -#undef uid_t - -/* Define to the type of an unsigned integer type of width exactly 16 bits if - such a type exists and the standard includes do not define it. */ -#undef uint16_t - -/* Define to the type of an unsigned integer type of width exactly 32 bits if - such a type exists and the standard includes do not define it. */ -#undef uint32_t - -/* Define to the type of an unsigned integer type of width exactly 64 bits if - such a type exists and the standard includes do not define it. */ -#undef uint64_t - -/* Define to the type of an unsigned integer type of width exactly 8 bits if - such a type exists and the standard includes do not define it. */ -#undef uint8_t - -/* Define to the widest unsigned integer type if and - do not define. */ -#undef uintmax_t - -/* Define to the type of an unsigned integer type wide enough to hold a - pointer, if such a type exists, and if the system does not define it. */ -#undef uintptr_t -- cgit v1.2.3