From 385239853ca025c9cb8988ab00f8bce42631fa4f Mon Sep 17 00:00:00 2001 From: spth Date: Fri, 21 Mar 2008 17:16:59 +0000 Subject: [PATCH] Fixed compilation warning about nested comments git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@5110 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- ChangeLog | 5 +++++ src/z80/ralloc.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 08d5d6d9..ffddb6e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-03-21 Philipp Klaus Krause + + * src/z80/ralloc.c (callFuncByName): + Used // instead of /**/ to fix compilation warning about nested comments. + 2008-03-20 Maarten Brock * src/SDCCsymt.c (comparePtrType): fixed bug 1921073 diff --git a/src/z80/ralloc.c b/src/z80/ralloc.c index b9cba56c..df66ab35 100644 --- a/src/z80/ralloc.c +++ b/src/z80/ralloc.c @@ -2894,7 +2894,7 @@ packRegsForAccUse2 (iCode * ic) D (D_ACCUSE2, (" + Dropping as last in list and next doesn't start a block\n")); return; } - } /*This caused bug #1292721 */ + } //This caused bug #1292721 */ else if (scan->next == NULL) { D (D_ACCUSE2, (" + Dropping as hit the end of the list\n")); -- 2.30.2