ANSI C changes

This commit is contained in:
Janet B. Anderson
1992-03-17 17:32:22 +00:00
parent d5896f9d30
commit 96b37db2df
45 changed files with 98 additions and 14 deletions

View File

@@ -30,12 +30,14 @@
* Modification Log:
* -----------------
* .00 12-13-91 jba Initial definition
* .02 03-13-92 jba ANSI C changes
*/
#include <vxWorks.h>
#include <types.h>
#include <stdioLib.h>
#include <string.h>
#include <alarm.h>
#include <dbDefs.h>
@@ -69,7 +71,6 @@ static long init_record(pevent)
struct eventRecord *pevent;
{
char message[100];
int precision;
/* event.inp must be a CONSTANT or a PV_LINK or a DB_LINK or a CA_LINK*/
switch (pevent->inp.type) {