diff options
| author | Masaki Muranaka <[email protected]> | 2013-03-22 16:46:56 +0900 |
|---|---|---|
| committer | Masaki Muranaka <[email protected]> | 2013-03-22 16:46:56 +0900 |
| commit | 4656073b600715b58dfde1e64fc481225cf667b2 (patch) | |
| tree | 44867092afd875c4577f365f1f42c6c5b66f012f /include/mrbconf.h | |
| parent | b547a7ed2cc781500a572b3a24fdfba7aed85e40 (diff) | |
| download | mruby-4656073b600715b58dfde1e64fc481225cf667b2.tar.gz mruby-4656073b600715b58dfde1e64fc481225cf667b2.zip | |
Add configuration macro MRB_PARSER_BUF_SIZE.
Diffstat (limited to 'include/mrbconf.h')
| -rw-r--r-- | include/mrbconf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mrbconf.h b/include/mrbconf.h index 030e00c9f..a6914cdb4 100644 --- a/include/mrbconf.h +++ b/include/mrbconf.h @@ -49,6 +49,8 @@ /* initial minimum size for string buffer */ //#define MRB_STR_BUF_MIN_SIZE 128 +/* array size for parser buffer */ +//#define MRB_PARSER_BUF_SIZE 1024 /* -DDISABLE_XXXX to drop following features */ //#define DISABLE_STDIO /* use of stdio */ |
