From df6951404e3ccf9a1b1d7db22c1e9c2e0a67395f Mon Sep 17 00:00:00 2001 From: Ferdi Franceschini Date: Tue, 20 Feb 2007 15:57:10 +1100 Subject: [PATCH] Removed troublesome Tcl function declarations. r1525 | ffr | 2007-02-20 15:57:10 +1100 (Tue, 20 Feb 2007) | 2 lines --- site_ansto/motor_dmc2280.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/site_ansto/motor_dmc2280.c b/site_ansto/motor_dmc2280.c index cecf9a09..42dd40eb 100644 --- a/site_ansto/motor_dmc2280.c +++ b/site_ansto/motor_dmc2280.c @@ -42,10 +42,6 @@ int readRS232(prs232 self, /*@out@*/void *data, /*@out@*/int *dataLen); int readRS232TillTerm(prs232 self, /*@out@*/void *data, int *datalen); #endif void KillRS232(/*@only@*/ void *pData); -/* Storage returned by Tcl_GetVar2 is owned by the Tcl interpreter and should not be modified */ -/*@observer@*//*@dependent@*/ const char *Tcl_GetVar2(Tcl_Interp *interp, const char *name1, const char *name2, int flags); -/* The pointer to the Tcl interpreter is owned by SICS and should not be modified */ -/*@observer@*//*@dependent@*/ Tcl_Interp *InterpGetTcl(SicsInterp *pSics); /*@+incondefs@*/ /** \brief Used to ensure that the getDMCSetting function is called