Replaced cast (void **) with (void *) to avoid gcc 3 warning:
[fw/sdcc] / 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,