Files
netbsd/sys/arch/hppa/include/cdefs.h
2013-04-06 16:48:33 +02:00

16 lines
334 B
C

/* $NetBSD: cdefs.h,v 1.2 2012/01/20 14:08:05 joerg Exp $ */
#ifndef _HPPA_CDEFS_H_
#define _HPPA_CDEFS_H_
/*
* the hppa assembler uses ; as the comment character,
* so we can't let sys/cdefs.h use it as an assembler
* statement delimiter.
*/
#define __ASM_DELIMITER "\n\t"
#define __ALIGNBYTES 7
#endif /* !_HPPA_CDEFS_H_ */