blob: 4fbe975dcf74c86c9274f76c576958ae7261455e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- emul.c.orig Thu Jul 18 02:22:01 1991
+++ emul.c Sat Jun 16 01:04:15 2007
@@ -5,6 +5,8 @@
#include <stdio.h>
#include "defs.h"
+static em_arc();
+
/* store these pointers to allow lookups into the CGM data structures */
static struct one_opt *popt; /* the command line options, in only */
static struct mf_d_struct *pc1; /* the class 1 elements, in only */
|