diff options
author | Csaba Henk <csaba@redhat.com> | 2012-02-27 05:40:58 +0100 |
---|---|---|
committer | Vijay Bellur <vijay@gluster.com> | 2012-02-27 02:15:51 -0800 |
commit | 20b50008c710c973ebb0a84506b55e6aea044fad (patch) | |
tree | 328686191c9fd4da4ed0ed1daaa5066cbe0fc589 /cli/src/cli-cmd.c | |
parent | 728de5be7ce2975efb59bb5928fd7261d5ec7760 (diff) |
libglusterfs: fix GF_FREE
Argument-taking macros should be possible to use with
same syntax that of C functions. In particular (assuming
FOO is a single-argument macro),
FOO(bar)
should break and
if (cond)
FOO(bar);
else
baz();
should compile.
Change-Id: If852c128a7317dc0dda1c669be7c6af40501e48d
BUG: 762061
Signed-off-by: Csaba Henk <csaba@redhat.com>
Reviewed-on: http://review.gluster.com/2816
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Amar Tumballi <amarts@redhat.com>
Diffstat (limited to 'cli/src/cli-cmd.c')
0 files changed, 0 insertions, 0 deletions