Differences From Artifact [7e940b0f62]:
- File src/main.c — part of check-in [d87454917c] at 2011-11-04 23:34:11 on branch jimtcl — Cleanup style and use Jim_Obj APIs when bridging commands from Tcl to Jim. (user: mistachkin size: 54107)
To Artifact [b36c1f5989]:
- File src/main.c — part of check-in [dfdda77dfc] at 2011-11-07 00:34:00 on branch jimtcl — Fix some more compiler warnings seen with MSVC. Cherrypick from [24e298edd0]. (user: mistachkin size: 54111)
| ︙ | |||
317 318 319 320 321 322 323 | 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 | - + | return 1+(cnt>1); } /* ** atexit() handler which frees up "some" of the resources ** used by fossil. */ |
| ︙ |