/[emacs]/emacs/src/config.in
ViewVC logotype

Diff of /emacs/src/config.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.188 by jhd, Thu Jun 26 21:08:13 2003 UTC revision 1.189 by rms, Sat Jul 12 21:46:43 2003 UTC
# Line 803  Boston, MA 02111-1307, USA.  */ Line 803  Boston, MA 02111-1307, USA.  */
803     code using `volatile' can become incorrect without. Disable with care. */     code using `volatile' can become incorrect without. Disable with care. */
804  #undef volatile  #undef volatile
805    
806    /* Define if we should use crti.o and crtn.o.  */
807    #undef HAVE_CRTIN
808    
809  /* If we're using any sort of window system, define some consequences.  */  /* If we're using any sort of window system, define some consequences.  */
810  #ifdef HAVE_X_WINDOWS  #ifdef HAVE_X_WINDOWS
# Line 857  Boston, MA 02111-1307, USA.  */ Line 859  Boston, MA 02111-1307, USA.  */
859  /* Don't try to switch on inline handling as detected by AC_C_INLINE  /* Don't try to switch on inline handling as detected by AC_C_INLINE
860     generally, because even if non-gcc compilers accept `inline', they     generally, because even if non-gcc compilers accept `inline', they
861     may reject `extern inline'.  */     may reject `extern inline'.  */
862  #ifdef __GNUC__  #if defined (__GNUC__) && defined (OPTIMIZE)
863  #define INLINE __inline__  #define INLINE __inline__
864  #else  #else
865  #define INLINE  #define INLINE

Legend:
Removed from v.1.188  
changed lines
  Added in v.1.189

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26