home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / misc / emu / AROSdev.lha / AROS / compiler / aros / include / alpha.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-02-07  |  669 b   |  25 lines

  1. #ifndef AROS_ALPHA_H
  2. #define AROS_ALPHA_H
  3. /*
  4.     (C) 1995-96 AROS - The Amiga Replacement OS
  5.     $Id: alpha.h,v 1.1 1997/01/09 18:21:15 digulla Exp $
  6.     $Log: alpha.h,v $
  7.     Revision 1.1  1997/01/09 18:21:15  digulla
  8.     Accidentially deleted :-( Shouldn't work when it's getting late
  9.  
  10.     Revision 1.1  1996/09/13 17:54:34  digulla
  11.     Overworked the way systems are recognised and added three sample systems
  12.  
  13.  
  14.     Desc: Alpha/DEC-specific things
  15.     Lang: english
  16. */
  17.  
  18. #define AROS_64BIT_TYPE     long
  19. #define AROS_32BIT_TYPE     int
  20. #define __AROS_STRUCTURE_ALIGNMENT  8
  21. #define SIZEOF_LONG        8
  22. #define AROS_IPTR_TYPE        unsigned long
  23.  
  24. #endif /* AROS_ALPHA_H */
  25.