1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-05 22:20:24 -08:00

Adjust to recent gnulib change for @GUARD_PREFIX@.

This commit is contained in:
Paul Eggert 2011-05-29 14:52:18 -07:00
parent e8cbec34e8
commit 6a3e57bb54
16 changed files with 89 additions and 74 deletions

View file

@ -28,13 +28,13 @@
without adding our own declarations. */
#if (defined __need_time_t || defined __need_clock_t \
|| defined __need_timespec \
|| defined _GL_TIME_H)
|| defined _@GUARD_PREFIX@_TIME_H)
# @INCLUDE_NEXT@ @NEXT_TIME_H@
#else
# define _GL_TIME_H
# define _@GUARD_PREFIX@_TIME_H
# @INCLUDE_NEXT@ @NEXT_TIME_H@