]> git.tuebingen.mpg.de Git - paraslash.git/commit
command_util: Output array members with backslashes.
authorAndre Noll <maan@systemlinux.org>
Thu, 28 Jun 2012 01:08:00 +0000 (03:08 +0200)
committerAndre Noll <maan@systemlinux.org>
Fri, 29 Jun 2012 19:36:30 +0000 (21:36 +0200)
commit73ca799d08ee415ffb35ecce736b5e7d2abc3c73
tree914adbddc2de9e85704809cfa87d5bbab8fb58d2
parent3792a24ac9bb2ee3ea1505c18b3b9ff27db47287
command_util: Output array members with backslashes.

This makes sure that the generated code for the definition of the
command array has backslashes at the end of each line.  Currently
this does not matter because make_array_member() is only called when
generating C code where new lines don't matter.

However, ending each line with a backslash allows to use the same
output for a cpp #define which can go into the header file.
command_util.sh