diff options
| author | Masaki Muranaka <[email protected]> | 2013-03-05 13:00:17 +0900 |
|---|---|---|
| committer | Masaki Muranaka <[email protected]> | 2013-03-05 13:00:17 +0900 |
| commit | 95c34a90ca20e65c1feead79302183ff1a43ef62 (patch) | |
| tree | 3d00c02742e30499d26aec60eda601acc609e673 /include | |
| parent | 5a153851c3bc4aa96840438441d5a4c96906b299 (diff) | |
| download | mruby-95c34a90ca20e65c1feead79302183ff1a43ef62.tar.gz mruby-95c34a90ca20e65c1feead79302183ff1a43ef62.zip | |
Remove RB_GC_GUARD(x) macro. See also mruby/mruby#948.
Diffstat (limited to 'include')
| -rw-r--r-- | include/mruby/string.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/mruby/string.h b/include/mruby/string.h index 3f661a742..4ba4ce544 100644 --- a/include/mruby/string.h +++ b/include/mruby/string.h @@ -11,10 +11,6 @@ extern "C" { #endif -#ifndef RB_GC_GUARD -#define RB_GC_GUARD(v) v -#endif - #define IS_EVSTR(p,e) ((p) < (e) && (*(p) == '$' || *(p) == '@' || *(p) == '{')) #define STR_BUF_MIN_SIZE 128 |
