Fixed compilation warning about nested comments
authorspth <spth@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 21 Mar 2008 17:16:59 +0000 (17:16 +0000)
committerspth <spth@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 21 Mar 2008 17:16:59 +0000 (17:16 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@5110 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog
src/z80/ralloc.c

index 08d5d6d98c39edcb60de99ea1cbb9ece121fc201..ffddb6e3d20aa0507d4aec9affd8dabb9c515621 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-03-21 Philipp Klaus Krause <pkk AT spth.de>
+
+       * src/z80/ralloc.c (callFuncByName):
+         Used // instead of /**/ to fix compilation warning about nested comments.
+
 2008-03-20 Maarten Brock <sourceforge.brock AT dse.nl>
 
        * src/SDCCsymt.c (comparePtrType): fixed bug 1921073
index b9cba56cbc94373a0853b816afb3408fdd98fb21..df66ab35324111b9403795f5a61162657406f1fe 100644 (file)
@@ -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"));