Subversion Repositories Vertical

Rev

Rev 2 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 11
Line 7... Line 7...
7
#define TCL_ERROR 1
7
#define TCL_ERROR 1
8
 
8
 
9
typedef int (* Tcl_Interp)(void);
9
typedef int (* Tcl_Interp)(void);
10
 
10
 
11
*/
11
*/
-
 
12