| 227 | * startup. |
| 228 | * |
| 229 | *---------------------------------------------------------------------- |
| 230 | */ |
| 231 | |
| 232 | void |
| 233 | TclSetStartupScriptPath( |
| 234 | Tcl_Obj *path) |
| 235 | { |
| 236 | Tcl_SetStartupScript(path, NULL); |
| 237 | } |
nothing calls this directly
no test coverage detected