diff options
Diffstat (limited to 'devel/cccc/files/patch-ad')
-rw-r--r-- | devel/cccc/files/patch-ad | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/cccc/files/patch-ad b/devel/cccc/files/patch-ad deleted file mode 100644 index 8273415f149a..000000000000 --- a/devel/cccc/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ ---- cccc_ast.h.orig Thu Mar 30 12:12:38 2000 -+++ cccc_ast.h Thu Mar 30 12:13:01 2000 -@@ -72,7 +72,7 @@ - int nEndLine(); - - // access function for counts accumulated from tokens included in the AST -- getCount(TokenCount tc); -+ int getCount(TokenCount tc); - - char *filename, *classname, *membername; - |