persistentstorage/sqlite3api/TEST/TCL/tcldistribution/generic/tclMain.c
branchRCL_3
changeset 23 26645d81f48d
parent 0 08ec8eefde2f
child 24 cc28652e0254
equal deleted inserted replaced
21:28839de615b4 23:26645d81f48d
    30  * to include tclPort.h here, because people might copy this file out of
    30  * to include tclPort.h here, because people might copy this file out of
    31  * the Tcl source directory to make their own modified versions).
    31  * the Tcl source directory to make their own modified versions).
    32  */
    32  */
    33 
    33 
    34 #if !defined(MAC_TCL)
    34 #if !defined(MAC_TCL)
       
    35 # if !defined(__SYMBIAN32__)    
    35 extern int		isatty _ANSI_ARGS_((int fd));
    36 extern int		isatty _ANSI_ARGS_((int fd));
       
    37 # endif
    36 #else
    38 #else
    37 #include <unistd.h>
    39 #include <unistd.h>
    38 #endif
    40 #endif
    39 
    41 
    40 static Tcl_Obj *tclStartupScriptPath = NULL;
    42 static Tcl_Obj *tclStartupScriptPath = NULL;