NewtConf.h

説明を見る。
00001 /*------------------------------------------------------------------------*/
00013 #ifndef NEWTCONF_H
00014 #define NEWTCONF_H
00015 
00016 
00017 /* マクロ */
00018 
00019 #define __NAMED_MAGIC_POINTER__                 
00020 
00021 // VM
00022 #define NEWT_NUM_STACK          512             
00023 #define NEWT_NUM_CALLSTACK      512             
00024 #define NEWT_NUM_EXCPSTACK      512             
00025 
00026 // Parser
00027 #define NEWT_NUM_STREESTACK     1024            
00028 
00029 // Bytecode
00030 #define NEWT_NUM_BYTECODE       512             
00031 #define NEWT_NUM_BREAKSTACK     20              
00032 #define NEWT_NUM_ONEXCPSTACK    20              
00033 
00034 // Pool
00035 #define NEWT_POOL_EXPANDSPACE   (1024 * 10)     
00036 
00037 // IO
00038 #define NEWT_FGETS_BUFFSIZE     2048            
00039 #define NEWT_SNPRINTF_BUFFSIZE  255             
00040 
00041 // lex
00042 #define NEWT_LEX_LINEBUFFSIZE   500             
00043 
00044 // text encoding
00045 #define NEWT_DEFAULT_ENCODING   "UTF-8"         
00046 
00047 
00048 // for old style compatible
00049 //#define __USE_OBSOLETE_STYLE__
00050 
00051 
00052 #endif /* NEWTCONF_H */
00053 

NEWT/0に対してThu Nov 23 16:50:42 2006に生成されました。  doxygen 1.5.0