Mercurial > hg > CbC > old > device
comparison mc.h @ 355:6188f66c0c0b arg_scope
cond op, and arg scope.
author | kono |
---|---|
date | Sun, 04 Jul 2004 19:08:42 +0900 |
parents | 41ed77cb9c67 |
children | 1057d6740a36 |
comparison
equal
deleted
inserted
replaced
354:32cd53208b79 | 355:6188f66c0c0b |
---|---|
419 | 419 |
420 #define FILES 10 | 420 #define FILES 10 |
421 #define MAX_INCLUDE_PATH_COUNT 10 | 421 #define MAX_INCLUDE_PATH_COUNT 10 |
422 | 422 |
423 #define GSYMS 8192 | 423 #define GSYMS 8192 |
424 #define HEAPSIZE 30000*2 | 424 #define HEAPSIZE 30000*2*6 |
425 #define CHEAPSIZE (sizeof(NMTBL)*GSYMS) | 425 #define CHEAPSIZE (sizeof(NMTBL)*GSYMS) |
426 #define LBUFSIZE 4096 | 426 #define LBUFSIZE 4096 |
427 #define STRSIZE 4096 | 427 #define STRSIZE 4096 |
428 | 428 |
429 typedef struct nametable { | 429 typedef struct nametable { |