Remove unused macro
This commit is contained in:
parent
9c116a2975
commit
c8efcd2be1
@ -22,7 +22,6 @@
|
|||||||
#include <Python.h>
|
#include <Python.h>
|
||||||
#include <wchar.h>
|
#include <wchar.h>
|
||||||
|
|
||||||
#define MIN(x, y) ((x) < (y)) ? (x) : (y)
|
|
||||||
#define MAX_ARGC 1024
|
#define MAX_ARGC 1024
|
||||||
#ifndef KITTY_LIB_PATH
|
#ifndef KITTY_LIB_PATH
|
||||||
#define KITTY_LIB_PATH "../.."
|
#define KITTY_LIB_PATH "../.."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user