emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r117788: * configure.ac (__restrict_arr): Remove; no


From: Paul Eggert
Subject: [Emacs-diffs] trunk r117788: * configure.ac (__restrict_arr): Remove; no longer used.
Date: Sun, 31 Aug 2014 02:50:14 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117788
revision-id: address@hidden
parent: address@hidden
author: Paul Eggert  <address@hidden>
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Sat 2014-08-30 19:50:10 -0700
message:
  * configure.ac (__restrict_arr): Remove; no longer used.
modified:
  ChangeLog                      changelog-20091113204419-o5vbwnq5f7feedwu-1538
  configure.ac                   
configure.in-20091113204419-o5vbwnq5f7feedwu-783
=== modified file 'ChangeLog'
--- a/ChangeLog 2014-08-31 02:34:31 +0000
+++ b/ChangeLog 2014-08-31 02:50:10 +0000
@@ -2,6 +2,7 @@
 
        * configure.ac (MAKE): Export it, for config.status.
        Needed on AIX when 'configure' infers MAKE=gmake.
+       (__restrict_arr): Remove; no longer used.
 
 2014-08-30  Paul Eggert  <address@hidden>
 

=== modified file 'configure.ac'
--- a/configure.ac      2014-08-31 02:34:31 +0000
+++ b/configure.ac      2014-08-31 02:50:10 +0000
@@ -4005,15 +4005,6 @@
 
 AC_TYPE_MBSTATE_T
 
-AC_CACHE_CHECK([for C restricted array declarations], emacs_cv_c_restrict_arr,
-  [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[void fred (int x[__restrict]);]], 
[[]])],
-                  emacs_cv_c_restrict_arr=yes, emacs_cv_c_restrict_arr=no)])
-if test "$emacs_cv_c_restrict_arr" = yes; then
-  AC_DEFINE(__restrict_arr, __restrict,
-    [Define to compiler's equivalent of C99 restrict keyword in array
-     declarations.  Define as empty for no equivalent.])
-fi
-
 dnl Fixme: AC_SYS_POSIX_TERMIOS should probably be used, but it's not clear
 dnl how the tty code is related to POSIX and/or other versions of termios.
 dnl The following looks like a useful start.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]