home *** CD-ROM | disk | FTP | other *** search
- /* RISC OS specific header for tcl */
- /* (c) C.T.Stretch */
- /* Sat,25 Jun 1994 */
-
- #ifndef _TCL_RISCOS
- #define _TCL_RISCOS
-
-
- #define TCL_RISCOS_VERSION "1.2"
- #define TCL_RISCOS_MAJOR_VERSION 1
- #define TCL_RISCOS_MINOR_VERSION 2
-
- /* initialise RISC OS structures */
-
- extern void RiscOS_Init(void);
-
- extern void RiscOS_InitVars(Tcl_Interp *ti);
-
- #endif /* _TCL_RISCOS */
-