summaryrefslogtreecommitdiff
path: root/position.h
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2021-04-19 01:15:19 +0000
committerXin LI <delphij@FreeBSD.org>2021-04-19 01:15:19 +0000
commit1737d9dd586fd32916293643b7b06c088f8c22e7 (patch)
tree4856ec1a079f8d8cf8e959cd7df42f29b64650ee /position.h
parente3e1c0a5de4b6c7d51c0282b9378427383134aa9 (diff)
Diffstat (limited to 'position.h')
-rw-r--r--position.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/position.h b/position.h
index 2e6c71bc766e..4e0efc7f4c0f 100644
--- a/position.h
+++ b/position.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2020 Mark Nudelman
+ * Copyright (C) 1984-2021 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -11,8 +11,8 @@
/*
* Include file for interfacing to position.c modules.
*/
-#define TOP (0)
-#define TOP_PLUS_ONE (1)
-#define BOTTOM (-1)
-#define BOTTOM_PLUS_ONE (-2)
-#define MIDDLE (-3)
+#define TOP (0)
+#define TOP_PLUS_ONE (1)
+#define BOTTOM (-1)
+#define BOTTOM_PLUS_ONE (-2)
+#define MIDDLE (-3)