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; }