diff options
| author | Paul Eggert | 2011-02-06 14:13:03 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-02-06 14:13:03 -0800 |
| commit | e765a388299ce398f7f5cf57bc74b8134d785f43 (patch) | |
| tree | 8666752cedade7bca7ce697b7a6d002b25f9692d /lib/ignore-value.h | |
| parent | 5976c3fe907ebb3254fd2f07c765ea7492b44f63 (diff) | |
| download | emacs-e765a388299ce398f7f5cf57bc74b8134d785f43.tar.gz emacs-e765a388299ce398f7f5cf57bc74b8134d785f43.zip | |
gnulib: undo previous change
Diffstat (limited to 'lib/ignore-value.h')
| -rw-r--r-- | lib/ignore-value.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ignore-value.h b/lib/ignore-value.h index cdb3b3c792f..5e683bbb533 100644 --- a/lib/ignore-value.h +++ b/lib/ignore-value.h | |||
| @@ -32,8 +32,8 @@ | |||
| 32 | "copy.c:233: warning: ignoring return value of 'fchown', | 32 | "copy.c:233: warning: ignoring return value of 'fchown', |
| 33 | declared with attribute warn_unused_result". */ | 33 | declared with attribute warn_unused_result". */ |
| 34 | 34 | ||
| 35 | #ifndef _gl_GL_IGNORE_VALUE_H | 35 | #ifndef _GL_IGNORE_VALUE_H |
| 36 | # define _gl_GL_IGNORE_VALUE_H | 36 | # define _GL_IGNORE_VALUE_H |
| 37 | 37 | ||
| 38 | # ifndef ATTRIBUTE_DEPRECATED | 38 | # ifndef ATTRIBUTE_DEPRECATED |
| 39 | /* The __attribute__((__deprecated__)) feature | 39 | /* The __attribute__((__deprecated__)) feature |