From deba11aa3ab79bcf8bebbd9527419e3082dc4d7d Mon Sep 17 00:00:00 2001 From: borutr Date: Sun, 28 Sep 2003 16:15:37 +0000 Subject: [PATCH] commented out declaration of int rewinds git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2911 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- src/xa51/main.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/xa51/main.c b/src/xa51/main.c index af38ec35..1a9ae3ed 100755 --- a/src/xa51/main.c +++ b/src/xa51/main.c @@ -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, -- 2.30.2