diff options
| author | Glenn Morris | 2011-05-31 06:19:08 -0400 |
|---|---|---|
| committer | Glenn Morris | 2011-05-31 06:19:08 -0400 |
| commit | 7ebf75b6b25907fcbed3ca5131044e08770df96c (patch) | |
| tree | 3dda24f65fd24fea234ca56051b669e83ad05d3a | |
| parent | b9627cfb1d5b5b0914525a19cd9edb06f91a1665 (diff) | |
| download | emacs-7ebf75b6b25907fcbed3ca5131044e08770df96c.tar.gz emacs-7ebf75b6b25907fcbed3ca5131044e08770df96c.zip | |
Auto-commit of generated files.
| -rw-r--r-- | autogen/config.in | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/autogen/config.in b/autogen/config.in index 860c509cd3e..24650ae7084 100644 --- a/autogen/config.in +++ b/autogen/config.in | |||
| @@ -1278,16 +1278,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 1278 | /* Turned on June 1996 supposing nobody will mind it. */ | 1278 | /* Turned on June 1996 supposing nobody will mind it. */ |
| 1279 | #define AMPERSAND_FULL_NAME | 1279 | #define AMPERSAND_FULL_NAME |
| 1280 | 1280 | ||
| 1281 | /* If using GNU, then support inline function declarations. */ | ||
| 1282 | /* Don't try to switch on inline handling as detected by AC_C_INLINE | ||
| 1283 | generally, because even if non-gcc compilers accept `inline', they | ||
| 1284 | may reject `extern inline'. */ | ||
| 1285 | #if defined (__GNUC__) | ||
| 1286 | #define INLINE __inline__ | ||
| 1287 | #else | ||
| 1288 | #define INLINE | ||
| 1289 | #endif | ||
| 1290 | |||
| 1291 | /* `subprocesses' should be defined if you want to | 1281 | /* `subprocesses' should be defined if you want to |
| 1292 | have code for asynchronous subprocesses | 1282 | have code for asynchronous subprocesses |
| 1293 | (as used in M-x compile and M-x shell). | 1283 | (as used in M-x compile and M-x shell). |