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/time.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/time.c')
| -rw-r--r-- | src/time.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/time.c b/src/time.c index 1acde8ed9..55060729b 100644 --- a/src/time.c +++ b/src/time.c @@ -6,7 +6,7 @@ #include "mruby.h" -#ifdef INCLUDE_TIME +#ifdef ENABLE_TIME #include <string.h> #include <stdio.h> #include <time.h> @@ -744,4 +744,3 @@ mrb_init_time(mrb_state *mrb) */ } #endif - |
