/[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.20 by schwab, Mon Apr 15 13:21:28 2002 UTC revision 1.20.2.1 by miles, Fri Apr 4 06:21:12 2003 UTC
# Line 18  along with GNU Emacs; see the file COPYI Line 18  along with GNU Emacs; see the file COPYI
18  the Free Software Foundation, Inc., 59 Temple Place - Suite 330,  the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19  Boston, MA 02111-1307, USA.  */  Boston, MA 02111-1307, USA.  */
20    
21  /* The following line tells the configuration script what sort of  /* The following line tells the configuration script what sort of
22     operating system this machine is likely to run.     operating system this machine is likely to run.
23     USUAL-OPSYS="note"     USUAL-OPSYS="note"
24    
# 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    
 #ifndef NOT_C_CODE  
 #if __GNUC__ < 2 /* Modern versions of GCC handle alloca directly.  */  
 #include <alloca.h>  
 #endif  
 #endif  
   
62  /* Mask for address bits within a memory segment */  /* Mask for address bits within a memory segment */
63    
64  #define SEGMENT_MASK (SEGSIZ - 1)  #define SEGMENT_MASK (SEGSIZ - 1)

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

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