Mercurial > hg > CbC > old > device
comparison 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 |
comparison
equal
deleted
inserted
replaced
446:6654aa80851b | 447:818505dd6e1f |
---|---|
416 /* error number end */ | 416 /* error number end */ |
417 | 417 |
418 #define FILES 10 | 418 #define FILES 10 |
419 #define MAX_INCLUDE_PATH_COUNT 10 | 419 #define MAX_INCLUDE_PATH_COUNT 10 |
420 | 420 |
421 #define GSYMS 8192 | 421 #define GSYMS (8192*4) |
422 #define HEAPSIZE 30000 | 422 #define HEAPSIZE 30000 |
423 #define CHEAPSIZE (sizeof(NMTBL)*GSYMS) | 423 #define CHEAPSIZE (sizeof(NMTBL)*GSYMS) |
424 #define LBUFSIZE 4096 | 424 #define LBUFSIZE 4096 |
425 #define STRSIZE 4096 | 425 #define STRSIZE 4096 |
426 | 426 |