mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-09 13:45:26 +02:00
Merge branch 'unused-macro' of https://github.com/Luflosi/kitty
This commit is contained in:
@@ -22,7 +22,6 @@
|
||||
#include <Python.h>
|
||||
#include <wchar.h>
|
||||
|
||||
#define MIN(x, y) ((x) < (y)) ? (x) : (y)
|
||||
#define MAX_ARGC 1024
|
||||
#ifndef KITTY_LIB_PATH
|
||||
#define KITTY_LIB_PATH "../.."
|
||||
|
||||
Reference in New Issue
Block a user