X-Git-Url: https://pd.if.org/git/?p=pd_readline;a=blobdiff_plain;f=mg%2Fmacro.h;fp=mg%2Fmacro.h;h=0000000000000000000000000000000000000000;hp=52cc83d263b70eda479c6b193ece162787690be6;hb=4bb27266f935c9aafad6870ffc8847fc65c8120f;hpb=3f771e17236364ded86e96ee64f99344337991f8 diff --git a/mg/macro.h b/mg/macro.h deleted file mode 100644 index 52cc83d..0000000 --- a/mg/macro.h +++ /dev/null @@ -1,21 +0,0 @@ -/* $OpenBSD: macro.h,v 1.7 2005/11/18 20:56:53 deraadt Exp $ */ - -/* This file is in the public domain. */ - -/* definitions for keyboard macros */ - -#define MAXMACRO 256 /* maximum functs in a macro */ - -extern int inmacro; -extern int macrodef; -extern int macrocount; - -union macrodef { - PF m_funct; - int m_count; /* for count-prefix */ -}; - -extern union macrodef macro[MAXMACRO]; - -extern struct line *maclhead; -extern struct line *maclcur;