| 275 | * Side effects: |
| 276 | * This function initializes the file name of the Tcl script to run at |
| 277 | * startup. |
| 278 | * |
| 279 | *---------------------------------------------------------------------- |
| 280 | */ |
| 281 | |
| 282 | void |
| 283 | TclSetStartupScriptFileName( |
| 284 | CONST char *fileName) |
| 285 | { |
| 286 | Tcl_Obj *path = Tcl_NewStringObj(fileName,-1); |
nothing calls this directly
no test coverage detected