diff options
| author | Glenn Morris | 2012-08-14 06:17:30 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-08-14 06:17:30 -0400 |
| commit | 96154d32d5f34f99218a85ce0381b3ba21431645 (patch) | |
| tree | 971b99fe485ad6caa699f7d733432303db6aa20c | |
| parent | 08908acaa6d4e2679cf2fc32c91c17906a4de639 (diff) | |
| download | emacs-96154d32d5f34f99218a85ce0381b3ba21431645.tar.gz emacs-96154d32d5f34f99218a85ce0381b3ba21431645.zip | |
Auto-commit of generated files.
| -rw-r--r-- | autogen/config.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/autogen/config.in b/autogen/config.in index 603101f51bf..8e18d1c9206 100644 --- a/autogen/config.in +++ b/autogen/config.in | |||
| @@ -1554,7 +1554,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 1554 | # if (__GNUC__ == 4 && 6 <= __GNUC_MINOR__) || 4 < __GNUC__ | 1554 | # if (__GNUC__ == 4 && 6 <= __GNUC_MINOR__) || 4 < __GNUC__ |
| 1555 | # define _GL_INLINE_HEADER_BEGIN \ | 1555 | # define _GL_INLINE_HEADER_BEGIN \ |
| 1556 | _Pragma ("GCC diagnostic push") \ | 1556 | _Pragma ("GCC diagnostic push") \ |
| 1557 | _Pragma ("GCC diagnostic ignored \"-Wmissing-prototypes\"") | 1557 | _Pragma ("GCC diagnostic ignored \"-Wmissing-prototypes\"") \ |
| 1558 | _Pragma ("GCC diagnostic ignored \"-Wmissing-declarations\"") | ||
| 1558 | # define _GL_INLINE_HEADER_END \ | 1559 | # define _GL_INLINE_HEADER_END \ |
| 1559 | _Pragma ("GCC diagnostic pop") | 1560 | _Pragma ("GCC diagnostic pop") |
| 1560 | # endif | 1561 | # endif |