aboutsummaryrefslogtreecommitdiff
path: root/devel/sourcenav
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2005-04-28 16:18:20 +0000
committerXin LI <delphij@FreeBSD.org>2005-04-28 16:18:20 +0000
commit9f3b8eae9729bc9e07fee9ce1d8aeed0b275de38 (patch)
tree00faa9bc095f852d779d22e7de451a6fc1dd7b12 /devel/sourcenav
parent1c997162d0c2a9453fc947dffc8a3272840cca91 (diff)
downloadports-9f3b8eae9729bc9e07fee9ce1d8aeed0b275de38.tar.gz
ports-9f3b8eae9729bc9e07fee9ce1d8aeed0b275de38.zip
Fix build on 6-CURRENT by correcting the patch.
Approved by: kris Spotted by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=134313
Diffstat (limited to 'devel/sourcenav')
-rw-r--r--devel/sourcenav/files/FreeBSD6-cdefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/sourcenav/files/FreeBSD6-cdefs.h b/devel/sourcenav/files/FreeBSD6-cdefs.h
index 0ba9f3e2e344..b9951a36154c 100644
--- a/devel/sourcenav/files/FreeBSD6-cdefs.h
+++ b/devel/sourcenav/files/FreeBSD6-cdefs.h
@@ -63,7 +63,7 @@
-#if defined(__STDC__) || defined(__MSVC__) || defined(__cplusplus)
-#define __P(protos) protos /* full-blown ANSI C */
-#define __CONCAT(x,y) x ## y
--#define __STRING(x #x
+-#define __STRING(x) #x
-
-#define __const const /* define reserved names to standard */
-#define __signed signed