--- rpl/modules/motif/definitions.sh 2017/07/11 16:04:53 1.5 +++ rpl/modules/motif/definitions.sh 2017/10/10 20:25:32 1.6 @@ -21,7 +21,7 @@ cpp -E /usr/include/X11/Shell.h | sed 's /^[\t ]*WidgetClass.*WidgetClass[\t ]*$/ \ { printf("if (strcmp(\"%s\", value) == 0) \\\ { arg = %s; } else \\\n", $2, $2); } ' >> $1/variables.h -cpp -E $3/Xm/XmAll.h -I $3/lib | sed 's/;/ /g' | \ +cpp -E $3/Xm/XmAll.h -I $3 | sed 's/;/ /g' | \ $2/rplawk/rplawk '/^[\t ]*WidgetClass xm.*[\t ]*$/ \ { printf("if (strcmp(\"%s\", value) == 0) \\\ { arg = %s; } else \\\n", $2, $2); } \