emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/regex.h


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/regex.h
Date: Fri, 04 Apr 2003 01:24:00 -0500

Index: emacs/src/regex.h
diff -c emacs/src/regex.h:1.30 emacs/src/regex.h:1.31
*** emacs/src/regex.h:1.30      Thu Sep 26 18:04:14 2002
--- emacs/src/regex.h   Mon Sep 30 04:12:11 2002
***************
*** 535,545 ****
  #  endif
  # endif
  #endif
! /* For now unconditionally define __restrict_arr to expand to nothing.
     Ideally we would have a test for the compiler which allows defining
     it to restrict.  */
  #ifndef __restrict_arr
! #define __restrict_arr
  #endif
  
  /* POSIX compatibility.  */
--- 535,545 ----
  #  endif
  # endif
  #endif
! /* For now conditionally define __restrict_arr to expand to nothing.
     Ideally we would have a test for the compiler which allows defining
     it to restrict.  */
  #ifndef __restrict_arr
! # define __restrict_arr
  #endif
  
  /* POSIX compatibility.  */




reply via email to

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