persistentstorage/sqlite3api/TEST/TCL/tcldistribution/generic/tclMain.c
branchRCL_3
changeset 24 cc28652e0254
parent 23 26645d81f48d
equal deleted inserted replaced
23:26645d81f48d 24:cc28652e0254
    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__)    
       
    36 extern int		isatty _ANSI_ARGS_((int fd));
    35 extern int		isatty _ANSI_ARGS_((int fd));
    37 # endif
       
    38 #else
    36 #else
    39 #include <unistd.h>
    37 #include <unistd.h>
    40 #endif
    38 #endif
    41 
    39 
    42 static Tcl_Obj *tclStartupScriptPath = NULL;
    40 static Tcl_Obj *tclStartupScriptPath = NULL;