From: devilhorns Date: Thu, 24 Mar 2011 20:25:17 +0000 (+0000) Subject: Edje:EPP: Comment out unused goto line. Fix (some) formatting (but X-Git-Tag: submit/2.0alpha-wayland/20121127.221958~838 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=34840eee8aceebd67d502326899381c2d9024ae7;p=profile%2Fivi%2Fedje.git Edje:EPP: Comment out unused goto line. Fix (some) formatting (but needs more fixing as the formatting in this is just horrible). git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@58074 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/bin/epp/cpplib.c b/src/bin/epp/cpplib.c index 0e5b47a..2b5bc63 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, start_column; + long start_line = 0, start_column = 0; 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 fdcc00c..574d61e 100644 --- a/src/bin/epp/cppmain.c +++ b/src/bin/epp/cppmain.c @@ -123,15 +123,17 @@ main(int argc, char **argv) #endif if (!opts->no_output) { - size_t n; + size_t n; n = CPP_WRITTEN(&parse_in); 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: