summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2006-01-10 00:04:05 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2006-01-10 00:04:05 +0000
commite1018bf42f3da2fe58ef0e264fcfaf26363df88c (patch)
tree9220f2e34fa0213ed223796180be4480a5c6f741 /sys/arch/alpha
parentaa505ea41ac5476b1f6e0842aaba0f13c5a0a59d (diff)
Remove duplicate _C_LABEL define. OK miod@
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r--sys/arch/alpha/include/cdefs.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/alpha/include/cdefs.h b/sys/arch/alpha/include/cdefs.h
index afa8b48db88..ed3bbf775f2 100644
--- a/sys/arch/alpha/include/cdefs.h
+++ b/sys/arch/alpha/include/cdefs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cdefs.h,v 1.9 2005/11/24 20:46:41 deraadt Exp $ */
+/* $OpenBSD: cdefs.h,v 1.10 2006/01/10 00:04:03 millert Exp $ */
/*
* Copyright (c) 1995, 1996 Carnegie-Mellon University.
@@ -30,8 +30,6 @@
#ifndef _MACHINE_CDEFS_H_
#define _MACHINE_CDEFS_H_
-#define _C_LABEL(x) _STRING(x)
-
#if defined(lint)
#define __indr_reference(sym,alias) __lint_equal__(sym,alias)
#define __warn_references(sym,msg)