diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.in b/src/config.in index 8d254cefff5..7d6f052fd4d 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -1076,7 +1076,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 1076 | /* Don't try to switch on inline handling as detected by AC_C_INLINE | 1076 | /* Don't try to switch on inline handling as detected by AC_C_INLINE |
| 1077 | generally, because even if non-gcc compilers accept `inline', they | 1077 | generally, because even if non-gcc compilers accept `inline', they |
| 1078 | may reject `extern inline'. */ | 1078 | may reject `extern inline'. */ |
| 1079 | #if defined (__GNUC__) && defined (OPTIMIZE) | 1079 | #if defined (__GNUC__) |
| 1080 | #define INLINE __inline__ | 1080 | #define INLINE __inline__ |
| 1081 | #else | 1081 | #else |
| 1082 | #define INLINE | 1082 | #define INLINE |