Removed troublesome Tcl function declarations.

r1525 | ffr | 2007-02-20 15:57:10 +1100 (Tue, 20 Feb 2007) | 2 lines
This commit is contained in:
Ferdi Franceschini
2007-02-20 15:57:10 +11:00
committed by Douglas Clowes
parent fb23311594
commit df6951404e

View File

@@ -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