cdesktopenv/cde/programs/dtappbuilder
Jon Trulson bf399748ad dtappbuilder/dtcodegen: Fix up some warnings, remove use of sys_errlist[].
Removed all the cases of sys_errlist[], no one should be using that
today.  Also, correct code generation so that declarations like
'Widget w = NULL; Pixmap p = NULL;' etc, aren't produced, which is
wrong.  Use '0', not NULL for these.

This should also correct the 2 mis-definitions of Pixmap that commit
6a9327f2ab attempted to fix in ttsnoop.

dtappbuilder still needs a lot of work.
2014-09-20 16:47:11 -06:00
..
src dtappbuilder/dtcodegen: Fix up some warnings, remove use of sys_errlist[]. 2014-09-20 16:47:11 -06:00
BUILD_INSTRUCTIONS Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
Imakefile Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
Makefile.include Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00