cdesktopenv/cde/programs/dthelp/parser/pass2
Jon Trulson f42fa885be Fix SIGSEGV while compiling dthelp on 64 bit systems.
Patch from Ulrich Wilkens <mail@uwilkens.de>

I have a little patch for a problem that I found when I tried to
compile dthelp on 64bit FreeBSD. It could also be a problem on other
64bit systems.  The problem is that the program context compiles but
fails running with segmentation fault.

context uses the function m_malloc() which is missing a correct
prototype sometimes. Then it's treated to return int instead of void *
. On 64bit systems this cuts off the higher 32 bits because void * is
64bit whereas int is only 32bit.
2012-08-06 22:42:34 -06:00
..
build Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
eltdef Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
htag2 Fix some minor issues and re-enable building of DE, ES, FR, and IT locale data (help and message cats) 2012-07-13 17:42:12 -06:00
parser Linux compilation fixes for dthelp (Matthew Howkins) 2012-04-12 16:21:14 +01:00
util Fix SIGSEGV while compiling dthelp on 64 bit systems. 2012-08-06 22:42:34 -06:00
Imakefile Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00