X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=lwlib%2Fxlwmenu.c;h=c7ef3b4034f02172eb2b3aa51f94aa7a4d4c9874;hp=e6d31ae8329ab937de9b313c8506a81d91eafd4a;hb=3e447015251ce6dcde843cbed10d9033d5538622;hpb=716cfba952c1dc0d2cf5c968971f3780ba728a89 diff --git a/lwlib/xlwmenu.c b/lwlib/xlwmenu.c index e6d31ae..c7ef3b4 100644 --- a/lwlib/xlwmenu.c +++ b/lwlib/xlwmenu.c @@ -457,7 +457,7 @@ string_width_u (XlwMenuWidget mw, } static void -massage_resource_name (CONST char *in, char *out) +massage_resource_name (const char *in, char *out) { /* Turn a random string into something suitable for using as a resource. For example: @@ -520,7 +520,7 @@ nameResource[] = * not inserted if value is a zero length string. */ static char* -parameterize_string (CONST char *string, CONST char *value) +parameterize_string (const char *string, const char *value) { char *percent; char *result; @@ -1873,7 +1873,7 @@ radio_button_draw (XlwMenuWidget mw, static struct _shadow_names { - CONST char * name; + const char * name; shadow_type type; } shadow_names[] = {