Correcting a nasty bug introduced in commit 6204c6b6416dfe4d3a0f0b0b7d6d8b5be81acefb
authorManoel Trapier <godzil@godzil.net>
Mon, 25 Mar 2013 17:06:45 +0000 (18:06 +0100)
committerManoël Trapier <godzil@MacBook-Pro.home>
Wed, 24 Jun 2015 22:41:49 +0000 (23:41 +0100)
util/ncgg/output.c

index 55d7587..1f4cb32 100644 (file)
@@ -671,7 +671,7 @@ void outars()
 
 void finishio() 
 {
-       int nregs = 0;
+       extern int nregs;
 
        finishcode();
        hashpatterns();