projects
/
IRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bafeb90
)
alter RCR params, remove unused macro
author
jjenista
<jjenista>
Wed, 10 Nov 2010 00:00:07 +0000
(
00:00
+0000)
committer
jjenista
<jjenista>
Wed, 10 Nov 2010 00:00:07 +0000
(
00:00
+0000)
Robust/src/Runtime/oooJava/hashStructure.h
patch
|
blob
|
history
diff --git
a/Robust/src/Runtime/oooJava/hashStructure.h
b/Robust/src/Runtime/oooJava/hashStructure.h
index 4e324c65ad9a9e2de8e1a406e3fe0b3937db39b8..f4244bc011d9852ca5c87c7b52c8d11951206120 100644
(file)
--- a/
Robust/src/Runtime/oooJava/hashStructure.h
+++ b/
Robust/src/Runtime/oooJava/hashStructure.h
@@
-28,9
+28,8
@@
#define TRUE 1
#define FALSE 0
-#define RNUMBINS 64
-#define RNUMREAD 64
-#define RNUMRENTRY 256
+#define RNUMBINS 131072
+#define RNUMREAD 24
#define RH_MASK (RNUMBINS)-1
//Note: put resolved things at the end and unresolved at the front.