Diff for /rpl/modules/motif/definitions.sh between versions 1.5 and 1.6

version 1.5, 2017/07/11 16:04:53 version 1.6, 2017/10/10 20:25:32
Line 21  cpp -E /usr/include/X11/Shell.h | sed 's Line 21  cpp -E /usr/include/X11/Shell.h | sed 's
         /^[\t ]*WidgetClass.*WidgetClass[\t ]*$/ \          /^[\t ]*WidgetClass.*WidgetClass[\t ]*$/ \
         { printf("if (strcmp(\"%s\", value) == 0) \\\          { printf("if (strcmp(\"%s\", value) == 0) \\\
         { arg = %s; } else \\\n", $2, $2); } ' >> $1/variables.h          { 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 ]*$/ \          $2/rplawk/rplawk '/^[\t ]*WidgetClass xm.*[\t ]*$/ \
         { printf("if (strcmp(\"%s\", value) == 0) \\\          { printf("if (strcmp(\"%s\", value) == 0) \\\
         { arg = %s; } else \\\n", $2, $2); } \          { arg = %s; } else \\\n", $2, $2); } \

Removed from v.1.5  
changed lines
  Added in v.1.6


CVSweb interface <joel.bertrand@systella.fr>