diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-02-06 14:13:03 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-02-06 14:13:03 -0800 |
commit | e765a388299ce398f7f5cf57bc74b8134d785f43 (patch) | |
tree | 8666752cedade7bca7ce697b7a6d002b25f9692d /lib/time.in.h | |
parent | 5976c3fe907ebb3254fd2f07c765ea7492b44f63 (diff) | |
download | emacs-e765a388299ce398f7f5cf57bc74b8134d785f43.tar.gz |
gnulib: undo previous change
Diffstat (limited to 'lib/time.in.h')
-rw-r--r-- | lib/time.in.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/time.in.h b/lib/time.in.h index 2bfe9208d15..2d6da7161fb 100644 --- a/lib/time.in.h +++ b/lib/time.in.h @@ -28,13 +28,13 @@ without adding our own declarations. */ #if (defined __need_time_t || defined __need_clock_t \ || defined __need_timespec \ - || defined _gl_GL_TIME_H) + || defined _GL_TIME_H) # @INCLUDE_NEXT@ @NEXT_TIME_H@ #else -# define _gl_GL_TIME_H +# define _GL_TIME_H # @INCLUDE_NEXT@ @NEXT_TIME_H@ |