Do not define __indr_reference when running lint(1)
authortholo <tholo@openbsd.org>
Sun, 24 Mar 1996 16:46:38 +0000 (16:46 +0000)
committertholo <tholo@openbsd.org>
Sun, 24 Mar 1996 16:46:38 +0000 (16:46 +0000)
sys/arch/alpha/include/cdefs.h

index cd705e0..d848e59 100644 (file)
@@ -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_ */