Browse Source

onintr must be void

ceriel 30 years ago
parent
commit
990bf1ac74
1 changed files with 1 additions and 0 deletions
  1. 1 0
      util/byacc/main.c

+ 1 - 0
util/byacc/main.c

@@ -70,6 +70,7 @@ int k;
 }
 
 
+void
 onintr()
 {
     done(1);