aboutsummaryrefslogtreecommitdiffstats
path: root/devel/prcs/files/patch-ad
blob: 3838c4518feff8aa3af54d4dfba4d3bf069e6185 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/hash.cc.orig	Sun Feb 27 12:51:56 2000
+++ src/hash.cc	Sun Feb 27 12:53:24 2000
@@ -95,7 +95,7 @@
     return attrs_hash (x, M);
 }
 
-int hash(const char*& s, int M)
+int hash(const char* const& s, int M)
     /* a char* hash function from Aho, Sethi, and Ullman */
 {
     const char *p;