Edje: Revert those changes ... seems to break edj building for some

reason...



SVN revision: 58078
This commit is contained in:
Christopher Michael 2011-03-24 22:15:07 +00:00
parent 685daa2188
commit 0651665be0
2 changed files with 1 additions and 3 deletions

View File

@ -4537,7 +4537,7 @@ cpp_get_token(cpp_reader * pfile)
{
int c, c2, c3;
long old_written = 0;
long start_line = 0, start_column = 0;
long start_line, start_column;
enum cpp_token token;
struct cpp_options *opts = CPP_OPTIONS(pfile);

View File

@ -129,11 +129,9 @@ main(int argc, char **argv)
if (fwrite(parse_in.token_buffer, 1, n, stdout) != n)
exit(FATAL_EXIT_CODE);
}
/*
next:
parse_in.limit = parse_in.token_buffer;
got_text = 0;
*/
}
done: