Browse Source

Correcting a nasty bug introduced in commit 6204c6b6416dfe4d3a0f0b0b7d6d8b5be81acefb

Manoel Trapier 11 years ago
parent
commit
e92393d6f3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      util/ncgg/output.c

+ 1 - 1
util/ncgg/output.c

@@ -671,7 +671,7 @@ void outars()
 
 void finishio() 
 {
-	int nregs = 0;
+	extern int nregs;
 
 	finishcode();
 	hashpatterns();