[IMPROVE] add debug to defines
authorVitaliy Cherepanov <v.cherepanov@samsung.com>
Thu, 5 Dec 2013 14:40:52 +0000 (18:40 +0400)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Mon, 9 Dec 2013 14:42:33 +0000 (14:42 +0000)
commit4311523a2ce3a0d310c121dbf3a3443094e21cea
tree194a4259028b3f792098857354cce5822f042531
parent474d853fcb41542b0c9f4589f3dfe096b6d8a708
[IMPROVE] add debug to defines

when use make -f makefile_preproc
PACK_COMMON_BEGIN define becomes
do {
    ...
} while(0)

but now it will be like
do {    /* PACK_COMMON_BEGIN */
    ...
} while(0)

Change-Id: Ib9c9bc13729ac5062031577cd982b37e9ed6a639
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
include/binproto.h
probe_graphics/da_gles20.h