Bruce Evans f0b544e99e Restore the intr_* array variables that were removed in the previous
revision.  They caused redundant redeclaration warnings because I
forgot to declare them as extern and gcc-2.6.0 treats "extern int x[];"
slightly different from "int x[];" (this is probably a bug).  The new
versions will cause RR warnings from gcc-2.4.5 because it does not
understand that the second declaration in "extern int x[]; int x[1];"
is not redundant.  The variables don't actually need to be declared
in a header file because they are used in only one C source file and
one assembler source file, but I want all public variables and
comments about them to be findable by grepping *.h.
1994-08-22 15:58:40 +00:00
..
1994-08-02 07:55:43 +00:00
1994-08-18 22:36:09 +00:00
1994-02-14 22:24:28 +00:00
1994-08-02 07:55:43 +00:00
1994-08-18 05:09:36 +00:00
1994-08-02 07:55:43 +00:00
1994-08-08 13:33:16 +00:00
1994-08-18 05:09:36 +00:00
1994-04-26 09:24:06 +00:00
1994-08-18 05:09:36 +00:00
1993-12-13 18:38:44 +00:00