repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
sys
/
arch
/
hppa
/
include
/
cdefs.h
blob
6f5c75c4316239a2dc888c750ce71d7d61c20ea7
1
/* $NetBSD$ */
2
3
#ifndef _HPPA_CDEFS_H_
4
#define _HPPA_CDEFS_H_
5
6
/*
7
* the hppa assembler uses ; as the comment character,
8
* so we can't let sys/cdefs.h use it as an assembler
9
* statement delimiter.
10
*/
11
#define __ASM_DELIMITER
"
\n\t
"
12
13
#endif
/* !_HPPA_CDEFS_H_ */