diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-06-15 15:34:49 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-06-15 15:34:49 +0900 |
| commit | 76f7aecff326666543d9bac31fe13e0cab8e05f4 (patch) | |
| tree | e9bf296dc74535f334852e9cb5763005e2747ddb /src/struct.c | |
| parent | 4aa9111f9a107b3b0c6f1c13d933cbcd39f2a787 (diff) | |
| download | mruby-76f7aecff326666543d9bac31fe13e0cab8e05f4.tar.gz mruby-76f7aecff326666543d9bac31fe13e0cab8e05f4.zip | |
use ENABLE/DISABLE instead of INCLUDE for configuration macro names
Diffstat (limited to 'src/struct.c')
| -rw-r--r-- | src/struct.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/struct.c b/src/struct.c index 2e2e0c10f..5d759776f 100644 --- a/src/struct.c +++ b/src/struct.c @@ -12,7 +12,7 @@ #include <stdarg.h> //#include "defines.h" -#ifdef INCLUDE_REGEXP +#ifdef ENABLE_REGEXP #include "encoding.h" #endif |
