aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cccc/files/patch-ad
blob: 8273415f149a8a4aa29a6fd57580cefcaf8165e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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;