diff options
| author | Yuichiro MASUI <[email protected]> | 2013-01-29 22:47:50 +0900 |
|---|---|---|
| committer | Yuichiro MASUI <[email protected]> | 2013-01-29 22:47:50 +0900 |
| commit | cf81a88b04cff0ed59a2f73b345e494a18e8577d (patch) | |
| tree | 5c9601dde17cd16660063324e5a8bd752cc46079 /include | |
| parent | 0410bb7623a27ac427f190e3144c85b6446bec05 (diff) | |
| download | mruby-cf81a88b04cff0ed59a2f73b345e494a18e8577d.tar.gz mruby-cf81a88b04cff0ed59a2f73b345e494a18e8577d.zip | |
Removed mrbc -C option what's C function dump. and TAB to space
Diffstat (limited to 'include')
| -rw-r--r-- | include/mruby/cdump.h | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/include/mruby/cdump.h b/include/mruby/cdump.h deleted file mode 100644 index ccb5fc06b..000000000 --- a/include/mruby/cdump.h +++ /dev/null @@ -1,34 +0,0 @@ -/* -** mruby/cdump.h - mruby binary dumper (C source format) -** -** See Copyright Notice in mruby.h -*/ - -#ifndef MRUBY_CDUMP_H -#define MRUBY_CDUMP_H - -#if defined(__cplusplus) -extern "C" { -#endif - -#include "mruby.h" -#ifdef DISABLE_STDIO -# error "Configuration conflict. Can't use with DISABLE_STDIO option." -#else -# include <stdio.h> -#endif - -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" { */ -#endif - -#endif /* MRUBY_CDUMP_H */ |
