Re: [cdesktopenv-devel] Cleanup of some implicit definitions in dtwm

2012-08-10 Thread Jon Trulson
On Thu, 9 Aug 2012, Frederic Koehler wrote: > This doesn't really seem to change anything behavior-side, but since > we really need > to kill all implicit function types, might as well start. (Implicit > definitions can be killer > when 64-bit pointers get mauled by passing through a 32-bit return

[cdesktopenv-devel] Cleanup of some implicit definitions in dtwm

2012-08-09 Thread Frederic Koehler
This doesn't really seem to change anything behavior-side, but since we really need to kill all implicit function types, might as well start. (Implicit definitions can be killer when 64-bit pointers get mauled by passing through a 32-bit return value. This might lead to heisenbugs as well.) Unfort