/[emacs]/emacs/src/m/intel386.h
ViewVC logotype

Diff of /emacs/src/m/intel386.h

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

revision 1.35 by schwab, Mon Apr 15 13:19:10 2002 UTC revision 1.35.2.1 by miles, Fri Apr 4 06:21:10 2003 UTC
# Line 19  the Free Software Foundation, Inc., 59 T Line 19  the Free Software Foundation, Inc., 59 T
19  Boston, MA 02111-1307, USA.  */  Boston, MA 02111-1307, USA.  */
20    
21    
22  /* The following line tells the configuration script what sort of  /* The following line tells the configuration script what sort of
23     operating system this machine is likely to run.     operating system this machine is likely to run.
24     USUAL-OPSYS="note"     USUAL-OPSYS="note"
25    
# Line 117  NOTE-END */ Line 117  NOTE-END */
117  #if 0 /* wisner@gryphon.com says this screws up cpp */  #if 0 /* wisner@gryphon.com says this screws up cpp */
118  #define C_SWITCH_MACHINE -Xa  #define C_SWITCH_MACHINE -Xa
119  #endif  #endif
 #ifndef NOT_C_CODE  
 #ifdef HAVE_ALLOCA_H  
 #include <alloca.h>  
 #endif /* HAVE_ALLOCA_H */  
 #endif /* not NOT_C_CODE */  
120  #endif /* not __GNUC__ */  #endif /* not __GNUC__ */
121  #endif /* SOLARIS2_4 */  #endif /* SOLARIS2_4 */
122    
# Line 190  NOTE-END */ Line 185  NOTE-END */
185  #endif /* not USG5_4 */  #endif /* not USG5_4 */
186  #endif /* LIB_STANDARD */  #endif /* LIB_STANDARD */
187    
188  #define NO_REMAP  #define NO_REMAP
189  #define TEXT_START 0  #define TEXT_START 0
190  #endif /* USG */  #endif /* USG */
191  #endif /* not XENIX */  #endif /* not XENIX */
192    
 /* If compiling with GCC, let GCC implement alloca.  */  
 #if defined(__GNUC__) && !defined(alloca)  
 #define alloca(n) __builtin_alloca(n)  
 #endif  
   
193  #ifdef USG5_4  #ifdef USG5_4
194  #define DATA_SEG_BITS 0x08000000  #define DATA_SEG_BITS 0x08000000
195  #endif  #endif

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.35.2.1

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