diff options
| author | Yukihiro Matz Matsumoto <[email protected]> | 2013-01-16 08:00:47 +0900 |
|---|---|---|
| committer | Yukihiro Matz Matsumoto <[email protected]> | 2013-01-16 08:00:47 +0900 |
| commit | 98d364e4a692b942d71cb976c034ccaaa6479afc (patch) | |
| tree | 295803f3911a78e8a53373b6a3b8f9b7c57adfd8 /include | |
| parent | 81e55d98057a4abab1716d1c401a538d0715c7a4 (diff) | |
| parent | d1656d4371e06259191045409701208ee00bdeb6 (diff) | |
| download | mruby-98d364e4a692b942d71cb976c034ccaaa6479afc.tar.gz mruby-98d364e4a692b942d71cb976c034ccaaa6479afc.zip | |
Merge branch 'master' of github.com:mruby/mruby
Diffstat (limited to 'include')
| -rw-r--r-- | include/mruby/cdump.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/mruby/cdump.h b/include/mruby/cdump.h index 6afbb985e..ccb5fc06b 100644 --- a/include/mruby/cdump.h +++ b/include/mruby/cdump.h @@ -23,6 +23,9 @@ int mrb_cdump_irep(mrb_state *mrb, int n, FILE *f,const char *initname); /* error code */ #define MRB_CDUMP_OK 0 #define MRB_CDUMP_GENERAL_FAILURE -1 +#define MRB_CDUMP_WRITE_FAULT -2 +#define MRB_CDUMP_INVALID_IREP -6 +#define MRB_CDUMP_INVALID_ARGUMENT -7 #if defined(__cplusplus) } /* extern "C" { */ |
