Remove weird tag flags.

This commit is contained in:
David Anderson
2014-08-24 20:47:07 -07:00
parent 63e5ab18ff
commit 6db4f31a10
4 changed files with 15 additions and 49 deletions
-1
View File
@@ -1135,7 +1135,6 @@ static int command(void)
} /* if */
/* add the tag (make it public) and check the values */
i=pc_addtag(name);
exporttag(i);
if (sc_rationaltag==0 || (sc_rationaltag==i && rational_digits==(int)digits)) {
sc_rationaltag=i;
rational_digits=(int)digits;