summaryrefslogtreecommitdiff
path: root/usr.bin/mg/macro.c
diff options
context:
space:
mode:
authorlum <lum@cvs.openbsd.org>2012-04-12 04:48:00 +0000
committerlum <lum@cvs.openbsd.org>2012-04-12 04:48:00 +0000
commit7200ab5d40d844be49e9364bb1b12a79825463bf (patch)
treeba4ee06e33ddd0c5881ff3713836a57f4f292096 /usr.bin/mg/macro.c
parent7d06e61d1ef69a6ce67fca8bfcec4eb20ec259a0 (diff)
Remove the conditional directives NO_MACRO and NO_STARTUP.
They have not compiled for numerous years. ok kjell@ millert@
Diffstat (limited to 'usr.bin/mg/macro.c')
-rw-r--r--usr.bin/mg/macro.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/mg/macro.c b/usr.bin/mg/macro.c
index 9f95bbfeff5..19104783017 100644
--- a/usr.bin/mg/macro.c
+++ b/usr.bin/mg/macro.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: macro.c,v 1.13 2008/06/10 02:39:22 kjell Exp $ */
+/* $OpenBSD: macro.c,v 1.14 2012/04/12 04:47:59 lum Exp $ */
/* This file is in the public domain. */
@@ -6,7 +6,6 @@
* Keyboard macros.
*/
-#ifndef NO_MACRO
#include "def.h"
#include "key.h"
#include "macro.h"
@@ -105,4 +104,3 @@ executemacro(int f, int n)
inmacro = FALSE;
return (TRUE);
}
-#endif /* NO_MACRO */