diff options
| author | Peter Zhu <peter@peterzhu.ca> | 2024-03-15 15:26:56 -0400 |
|---|---|---|
| committer | Peter Zhu <peter@peterzhu.ca> | 2024-03-15 16:03:26 -0400 |
| commit | 185112f4ff901ba05ee3e7fe64caaff0fffb317e (patch) | |
| tree | 84eadec464423bbb7e0afe41ead46a14fe6beb92 | |
| parent | e3a82d79fd727c90638ef697cb1b5ad73c7e62c0 (diff) | |
Remove unused macro TF
| -rw-r--r-- | gc.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -13078,7 +13078,6 @@ str_len_no_raise(VALUE str) memcpy(buff + pos, (s), rb_strlen_lit(s) + 1); \ } \ } while (0) -#define TF(c) ((c) != 0 ? "true" : "false") #define C(c, s) ((c) != 0 ? (s) : " ") static size_t @@ -13340,7 +13339,6 @@ rb_raw_obj_info_buitin_type(char *const buff, const size_t buff_size, const VALU return pos; } -#undef TF #undef C const char * |
