From 8301eb31c18ca063816501d78105d0a84cd1453a Mon Sep 17 00:00:00 2001 From: devilhorns Date: Thu, 24 Mar 2011 22:15:07 +0000 Subject: [PATCH] Edje: Revert those changes ... seems to break edj building for some reason... git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@58078 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/bin/epp/cpplib.c | 2 +- src/bin/epp/cppmain.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/bin/epp/cpplib.c b/src/bin/epp/cpplib.c index 2b5bc63..0e5b47a 100644 --- a/src/bin/epp/cpplib.c +++ b/src/bin/epp/cpplib.c @@ -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); diff --git a/src/bin/epp/cppmain.c b/src/bin/epp/cppmain.c index 574d61e..4f695a0 100644 --- a/src/bin/epp/cppmain.c +++ b/src/bin/epp/cppmain.c @@ -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: -- 2.7.4