Use NULL at the end of the
authorGerd Moellmann <gerd@gnu.org>
Thu, 3 Aug 2000 20:09:56 +0000 (20:09 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 3 Aug 2000 20:09:56 +0000 (20:09 +0000)
commit8dd095ee459c2b07f883af513573abe42024c4a4
tree4d4dcbcf0b052ec8b081e00cfa73d4c72f91bc82
parent2d23c8cc174a93b8bc5baf347332bde3992c0954
Use NULL at the end of the
variable argument lists of XtVaSetValues and XtVaGetValues
functions because 0 is not sufficient on systems where sizeof
(int) < sizeof (void *).
lwlib/lwlib-Xaw.c
lwlib/lwlib-Xm.c
lwlib/lwlib.c