Remove dependency to CPP: merged 'getLine' and 'separateline' into a single function...
commit42cccb2313a427977a4cde75186bd00739e54e20
authorChristophe CURIS <christophe.curis@free.fr>
Sat, 7 Jul 2012 23:24:03 +0000 (8 01:24 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sat, 14 Jul 2012 18:22:20 +0000 (14 20:22 +0200)
treed14ebb39167920d70ebe8ea825777bb8ce6bf0a9
parent19f0998cd1f12036ca26ecf6946c513399a27daa
Remove dependency to CPP: merged 'getLine' and 'separateline' into a single function call

From caller point of view, the two function have been merged into a
single function in the API. This will be needed by the advanced
parser that will have to not separate the concept of a 'line' and
the concept of 'content' (due to empty/comment lines, multi-line
comments, long lines split with '\')
WINGs/WINGs/WUtil.h
WINGs/menuparser.c
src/rootmenu.c