diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-02-22 23:38:59 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-02-22 23:38:59 +0900 |
| commit | e202d4cd530bfc660688da6316e33100b551ed83 (patch) | |
| tree | 007e9a21d4f303141d4fcf6e7fa658411c6892fa /src/error.h | |
| parent | e8daace8f14a1f564f92fd02a5732c9051702ea4 (diff) | |
| download | mruby-e202d4cd530bfc660688da6316e33100b551ed83.tar.gz mruby-e202d4cd530bfc660688da6316e33100b551ed83.zip | |
add src/error.h for compatibility reason
Diffstat (limited to 'src/error.h')
| -rw-r--r-- | src/error.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/error.h b/src/error.h new file mode 100644 index 000000000..3ff495266 --- /dev/null +++ b/src/error.h @@ -0,0 +1 @@ +#include "mruby/error.h" |
