Skip to content
Snippets Groups Projects
Commit e25fbf5f authored by rswindell's avatar rswindell
Browse files

Don't define ctrl key enums if already defined (e.g. in uifc.h).

parent 640de17a
No related branches found
No related tags found
No related merge requests found
......@@ -74,6 +74,7 @@
#define LF '\n' /* Line feed ^J */
#define CR '\r' /* Carriage return ^M */
#if !CTRL_A
enum {
CTRL_A=1
,CTRL_B
......@@ -102,6 +103,7 @@ enum {
,CTRL_Y
,CTRL_Z
};
#endif
/* Unsigned type short-hands */
#ifndef uchar
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment