artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0e8db4
)
Do not define __indr_reference when running lint(1)
author
tholo
<tholo@openbsd.org>
Sun, 24 Mar 1996 16:46:38 +0000
(16:46 +0000)
committer
tholo
<tholo@openbsd.org>
Sun, 24 Mar 1996 16:46:38 +0000
(16:46 +0000)
sys/arch/alpha/include/cdefs.h
patch
|
blob
|
history
diff --git
a/sys/arch/alpha/include/cdefs.h
b/sys/arch/alpha/include/cdefs.h
index
cd705e0
..
d848e59
100644
(file)
--- a/
sys/arch/alpha/include/cdefs.h
+++ b/
sys/arch/alpha/include/cdefs.h
@@
-32,7
+32,9
@@
#define _C_LABEL(x) _STRING(x)
-#define __indr_references(sym,msg) /* nothing */
+#ifndef lint
+#define __indr_reference(sym,msg) /* nothing */
+#endif
#define __warn_references(sym,msg) /* nothing */
#endif /* !_MACHINE_CDEFS_H_ */