commented out declaration of int rewinds
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 28 Sep 2003 16:15:37 +0000 (16:15 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 28 Sep 2003 16:15:37 +0000 (16:15 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2911 4a8a32a2-be11-0410-ad9d-d568d2c75423

src/xa51/main.c

index af38ec353b9362b1a79b2b0343f80d695608e9c4..1a9ae3edcf56aa8326092f9e59f1dbb1b8294c9d 100755 (executable)
@@ -42,7 +42,11 @@ static char *_xa51_keywords[] =
   NULL
 };
 
-extern int rewinds;
+/* rewinds declared in asm.c, function printCLine().
+ * Currently commented out.
+ *
+ * extern int rewinds;
+ */
 void   _xa51_genAssemblerEnd (FILE * of)
 {
   //fprintf (stderr, "Did %d rewind%c for c-line in asm comments\n", rewinds,