14 lines
313 B
C
14 lines
313 B
C
/* $NetBSD: cdefs.h,v 1.1 2002/06/05 01:04:21 fredette 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"
|
|
|
|
#endif /* !_HPPA_CDEFS_H_ */
|