summaryrefslogtreecommitdiff
path: root/devel/ccdoc/files
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-02-16 15:12:38 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-02-16 15:12:38 +0000
commit9a0e6c03d5ca40357e2899eb624fabdabd42457f (patch)
tree2ca5861997a1ad73124dc9c89c0aaf0723749c80 /devel/ccdoc/files
parentFix download URL (diff)
Update to 0.8r41
PR: ports/77597 Submitted by: Simon Barner
Notes
Notes: svn path=/head/; revision=129029
Diffstat (limited to 'devel/ccdoc/files')
-rw-r--r--devel/ccdoc/files/patch-statement.cc34
1 files changed, 0 insertions, 34 deletions
diff --git a/devel/ccdoc/files/patch-statement.cc b/devel/ccdoc/files/patch-statement.cc
deleted file mode 100644
index 0ff2ee761907..000000000000
--- a/devel/ccdoc/files/patch-statement.cc
+++ /dev/null
@@ -1,34 +0,0 @@
-$FreeBSD$
-
---- statement.cc.orig Tue Feb 17 10:31:50 2004
-+++ statement.cc Tue Feb 17 10:32:53 2004
-@@ -975,18 +975,18 @@
- // Define the search strings.
- // ================================================
- const char* prefixes[] = {
-- {"dll_"},{"DLL_"},
-- {"include_"},{"INCLUDE_"},
-- {"included_"},{"INCLUDED_"},
-- 0 };
-+ "dll_","DLL_",
-+ "include_","INCLUDE_",
-+ "included_","INCLUDED_",
-+ NULL };
- const char* suffixes[] = {
-- {"_dll"},{"_DLL"},
-- {"_h"},{"_H"},
-- {"_hh"},{"_HH"},
-- {"_include"},{"_INCLUDE"},
-- {"_included"},{"_INCLUDED"},
-- {"_included_"},{"_INCLUDED_"},
-- 0 };
-+ "_dll","_DLL",
-+ "_h","_H",
-+ "_hh","_HH",
-+ "_include","_INCLUDE",
-+ "_included","_INCLUDED",
-+ "_included_","_INCLUDED_",
-+ NULL };
- // ================================================
- // Check the prefixes.
- // ================================================