]> sourceware.org Git - lvm2.git/commit
Remove explicit double quotes from columns.h 'id' entries.
authorDave Wysochanski <dwysocha@redhat.com>
Fri, 20 Aug 2010 12:44:17 +0000 (12:44 +0000)
committerDave Wysochanski <dwysocha@redhat.com>
Fri, 20 Aug 2010 12:44:17 +0000 (12:44 +0000)
commit7bdc15c8bb49b0d3bd061a3de94cff9ba20f9369
tree251f557c3b04d03f8f8929b3c4aa8f3bc0b47c1d
parentd5722ebb21dc4d5ffa438fe9a5ce616436c01f3a
Remove explicit double quotes from columns.h 'id' entries.

The 'id' entries in columns.h are the report field names.  Since these are
unique, we'd like to use them in generation of 'get' / 'set' functions.
As a step towards using them for this purpose, remove the explicit double
quotes and use the macro '#' character to add the double quotes back when
placing them into the '_fields' array 'id' member.
lib/report/columns.h
lib/report/report.c
This page took 0.035468 seconds and 5 git commands to generate.