Skip to content
Snippets Groups Projects
Verified Commit d0fcbd97 authored by Thomas E. Dickey's avatar Thomas E. Dickey
Browse files

amend change to XawListChange()


My previous commit in July 2019

  build-fixes when _CONST_X_STRING is defined

modified the interface of XawListChange() to use "_Xconst char *"
to fix builds when the Xt symbol _CONST_X_STRING is defined (which
makes the String typedef "const").

While this fixed building Xaw, clients which use Xaw were impacted.
Changing that function to use String resolves both problems.

(report by Karl Berry).

Signed-off-by: default avatarThomas E. Dickey <dickey@invisible-island.net>
parent b116d033
No related branches found
No related tags found
Loading
Checking pipeline status