From 6a7569d4600760c8c3485115fc18852e5c38df6e Mon Sep 17 00:00:00 2001 From: borutr Date: Tue, 2 Jan 2007 18:53:33 +0000 Subject: [PATCH] * support/cpp2/c-ppoutput.c: fixed warning: no newline at end of file git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4553 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- ChangeLog | 1 + support/cpp2/c-ppoutput.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e6a231b5..0fe1f0eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,7 @@ * doc/sdccman.lyx: documented #pragma sdcc_hash * support/cpp2/sdcpp.c: allow_naked_hash (value of #pragma sdcc_hash) initialized to 0 + * support/cpp2/c-ppoutput.c: fixed warning: no newline at end of file 2007-01-01 Bernhard Held diff --git a/support/cpp2/c-ppoutput.c b/support/cpp2/c-ppoutput.c index 9a543431..30dbc077 100644 --- a/support/cpp2/c-ppoutput.c +++ b/support/cpp2/c-ppoutput.c @@ -453,4 +453,4 @@ cb_read_pch (cpp_reader *pfile, const char *name, fprintf (print.outf, "#pragma GCC pch_preprocess \"%s\"\n", name); print.src_line++; } -#endif \ No newline at end of file +#endif -- 2.30.2