diff options
Diffstat (limited to 'devel/ccdoc/files')
| -rw-r--r-- | devel/ccdoc/files/patch-statement.cc | 34 |
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. - // ================================================ |
