diff mc.h @ 447:818505dd6e1f hash_fix

TYPEOF fix. Hash function opt. Array in decl_data.
author kono
date Mon, 22 Nov 2004 22:44:23 +0900
parents 5ec2a88b9f4d
children 422415e15eb8
line wrap: on
line diff
--- a/mc.h	Mon Nov 22 14:53:28 2004 +0900
+++ b/mc.h	Mon Nov 22 22:44:23 2004 +0900
@@ -418,7 +418,7 @@
 #define FILES 10
 #define MAX_INCLUDE_PATH_COUNT 10
 
-#define GSYMS		8192
+#define GSYMS		(8192*4)
 #define HEAPSIZE        30000
 #define CHEAPSIZE       (sizeof(NMTBL)*GSYMS)
 #define LBUFSIZE        4096