[BACK]Return to internal_types.h CVS log [TXT][DIR] Up to [local] / sys / arch / powerpc / include

Annotation of sys/arch/powerpc/include/internal_types.h, Revision 1.1.1.1

1.1       nbrk        1: /* $OpenBSD: internal_types.h,v 1.2 2003/06/24 14:43:12 drahn Exp $ */
                      2: /* Public domain */
                      3: #ifndef _MACHINE_INTERNAL_TYPES_H_
                      4: #define _MACHINE_INTERNAL_TYPES_H_
                      5:
                      6: #ifdef __CHAR_UNSIGNED__
                      7: #define __machine_has_unsigned_chars
                      8: #endif
                      9:
                     10: #endif

CVSweb