]> code.delx.au - gnu-emacs/commit
Use ‘T *restrict’ proto, not ‘T[restrict]’
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 1 May 2016 16:00:08 +0000 (09:00 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 1 May 2016 16:01:06 +0000 (09:01 -0700)
commitd8affa3dc5267c5da120ac09e14a81e0afed8fe8
tree37684a31c7ad5f9f58dc72ccb19009c67376b546
parentd38d2a845a8e44443e8d995c0ba79211e6934400
Use ‘T *restrict’ proto, not ‘T[restrict]’

* src/fns.c (sort_vector_copy): Use a different way to attempt to
work around GCC 3.0-and-earlier incompatibility with C99, one that
does not have problems with modern non-GCC compilers.
src/fns.c