git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@67323
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
int in_comment_sa = 0;
int had_quote = 0;
int is_escaped = 0;
- char *cpp_token_line = NULL;
- char *cpp_token_file = NULL;
*delim = 0;
if (p >= end) return NULL;
{
in_comment_ss = 0;
in_comment_cpp = 0;
- cpp_token_line = NULL;
- cpp_token_file = NULL;
line++;
}
if ((!in_comment_ss) && (!in_comment_sa))
/* their line format is
* #line <line no. of next line> <filename from next line on> [??]
*/
- cpp_token_line = NULL;
- cpp_token_file = NULL;
pp = p;
while ((pp < end) && (*pp != '\n'))