/[emacs]/emacs/src/regex.h
ViewVC logotype

Diff of /emacs/src/regex.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.29 by jbailey, Tue Oct 17 06:55:04 2000 UTC revision 1.29.18.1 by miles, Fri Apr 4 06:21:03 2003 UTC
# Line 535  extern int re_exec _RE_ARGS ((const char Line 535  extern int re_exec _RE_ARGS ((const char
535  #  endif  #  endif
536  # endif  # endif
537  #endif  #endif
538  /* For now unconditionally define __restrict_arr to expand to nothing.  /* For now conditionally define __restrict_arr to expand to nothing.
539     Ideally we would have a test for the compiler which allows defining     Ideally we would have a test for the compiler which allows defining
540     it to restrict.  */     it to restrict.  */
541  #define __restrict_arr  #ifndef __restrict_arr
542    # define __restrict_arr
543    #endif
544    
545  /* POSIX compatibility.  */  /* POSIX compatibility.  */
546  extern int regcomp _RE_ARGS ((regex_t *__restrict __preg,  extern int regcomp _RE_ARGS ((regex_t *__restrict __preg,

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.29.18.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26