summaryrefslogtreecommitdiffhomepage
path: root/src/error.h
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2014-02-23 20:41:15 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2014-02-23 20:41:15 +0900
commit46ee88357490874d22c4767ddf8c1982b02b61a0 (patch)
tree0ab65b50cf070698ee75e8e2e12d024b89221a39 /src/error.h
parente202d4cd530bfc660688da6316e33100b551ed83 (diff)
downloadmruby-46ee88357490874d22c4767ddf8c1982b02b61a0.tar.gz
mruby-46ee88357490874d22c4767ddf8c1982b02b61a0.zip
move declaration to the top of the block; ref #1727
Diffstat (limited to 'src/error.h')
-rw-r--r--src/error.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/error.h b/src/error.h
index 3ff495266..0e0dacf63 100644
--- a/src/error.h
+++ b/src/error.h
@@ -1 +1,3 @@
+/* this header file is to be removed soon.
+ added for compatibility purpose (1.0.0) */
#include "mruby/error.h"