From 0f2ed31b33a67f5304ec288054a17cc497ba3a8f Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Thu, 19 Jul 2012 13:30:31 -0700 Subject: [PATCH] Fix UDATA macro to reflect prior changes in the unit data structure. This fixes any reference to the macro which may supply an initial wait time to the unit structure after using the UDATA macro. --- sim_defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sim_defs.h b/sim_defs.h index 4c4d1f5c..3d32500e 100644 --- a/sim_defs.h +++ b/sim_defs.h @@ -515,7 +515,7 @@ struct sim_fileref { /* The following macros define structure contents */ -#define UDATA(act,fl,cap) NULL,act,NULL,NULL,NULL,0,0,(fl),(cap),0,0 +#define UDATA(act,fl,cap) NULL,act,NULL,NULL,NULL,0,0,(fl),(cap),0,NULL,0,0 #if defined (__STDC__) || defined (_WIN32) #define ORDATA(nm,loc,wd) #nm, &(loc), 8, (wd), 0, 1