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

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

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

revision 1.19 by gerd, Tue Sep 26 13:02:21 2000 UTC revision 1.20 by schwab, Mon Apr 15 13:21:28 2002 UTC
# Line 1  Line 1 
1  /* machine description file for Sun 4 SPARC.  /* machine description file for Sun 4 SPARC.
2     Copyright (C) 1987 Free Software Foundation, Inc.     Copyright (C) 1987, 2002 Free Software Foundation, Inc.
3    
4  This file is part of GNU Emacs.  This file is part of GNU Emacs.
5    
# Line 59  NOTE-END  */ Line 59  NOTE-END  */
59    
60  #define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0 / FSCALE)  #define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0 / FSCALE)
61    
 /* Define C_ALLOCA if this machine does not support a true alloca  
    and the one written in C should be used instead.  
    Define HAVE_ALLOCA to say that the system provides a properly  
    working alloca function and it should be used.  
    Define neither one if an assembler-language alloca  
    in the file alloca.s should be used.  */  
   
 #define HAVE_ALLOCA  
62  #ifndef NOT_C_CODE  #ifndef NOT_C_CODE
63  #if __GNUC__ < 2 /* Modern versions of GCC handle alloca directly.  */  #if __GNUC__ < 2 /* Modern versions of GCC handle alloca directly.  */
64  #include <alloca.h>  #include <alloca.h>

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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