summaryrefslogtreecommitdiffstats
path: root/kpat/freecell-solver/lookup2.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpat/freecell-solver/lookup2.h')
-rw-r--r--kpat/freecell-solver/lookup2.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kpat/freecell-solver/lookup2.h b/kpat/freecell-solver/lookup2.h
index 002502ed..b689e64e 100644
--- a/kpat/freecell-solver/lookup2.h
+++ b/kpat/freecell-solver/lookup2.h
@@ -5,9 +5,9 @@ typedef unsigned long int ub4; /* unsigned 4-byte quantities */
typedef unsigned char ub1;
ub4 freecell_solver_lookup2_hash_function(
- register ub1 *k, /* the key */
- register ub4 length, /* the length of the key */
- register ub4 initval /* the previous hash, or an arbitrary value */
+ ub1 *k, /* the key */
+ ub4 length, /* the length of the key */
+ ub4 initval /* the previous hash, or an arbitrary value */
);
#endif /* FC_SOLVE__LOOKUP2_H */