diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-05-22 14:02:48 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-05-22 14:02:48 -0700 |
commit | f518ae90a612e83f8b5148211f54e1f6de445b81 (patch) | |
tree | 88114fd8a3595c8f9ca3bdb9ea42c6fe887e03b7 /lib/stdint.in.h | |
parent | 92a9cc651ac716a90f87bc1e256c16ed1fa220cc (diff) | |
download | emacs-f518ae90a612e83f8b5148211f54e1f6de445b81.tar.gz emacs-f518ae90a612e83f8b5148211f54e1f6de445b81.tar.bz2 emacs-f518ae90a612e83f8b5148211f54e1f6de445b81.zip |
Merge from gnulib.
Diffstat (limited to 'lib/stdint.in.h')
-rw-r--r-- | lib/stdint.in.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdint.in.h b/lib/stdint.in.h index b32227bb04c..376b96a785d 100644 --- a/lib/stdint.in.h +++ b/lib/stdint.in.h @@ -93,7 +93,7 @@ #undef _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H -/* Minimum and maximum values for a integer type under the usual assumption. +/* Minimum and maximum values for an integer type under the usual assumption. Return an unspecified value if BITS == 0, adding a check to pacify picky compilers. */ |