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:
committed by
Douglas Clowes
parent
fb23311594
commit
df6951404e
@@ -42,10 +42,6 @@ int readRS232(prs232 self, /*@out@*/void *data, /*@out@*/int *dataLen);
|
|||||||
int readRS232TillTerm(prs232 self, /*@out@*/void *data, int *datalen);
|
int readRS232TillTerm(prs232 self, /*@out@*/void *data, int *datalen);
|
||||||
#endif
|
#endif
|
||||||
void KillRS232(/*@only@*/ void *pData);
|
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@*/
|
/*@+incondefs@*/
|
||||||
|
|
||||||
/** \brief Used to ensure that the getDMCSetting function is called
|
/** \brief Used to ensure that the getDMCSetting function is called
|
||||||
|
|||||||
Reference in New Issue
Block a user