From bff9b0393578b411f25130ce7b101d6219f4c357 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 28 Jan 2018 10:18:02 +0530 Subject: [PATCH] ... --- kitty/state.c | 1 + 1 file changed, 1 insertion(+) diff --git a/kitty/state.c b/kitty/state.c index 2c982cb95..ba7e20fc7 100644 --- a/kitty/state.c +++ b/kitty/state.c @@ -377,6 +377,7 @@ PYWRAP1(set_options) { } read_adjust(adjust_line_height); read_adjust(adjust_column_width); +#undef read_adjust #undef S Py_RETURN_NONE; }