1 #ifndef _CODEVARS_H
2 #define _CODEVARS_H
3 /* codevars.h */
4 /*****************************************************************************/
5 /* SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only                     */
6 /*                                                                           */
7 /* AS-Portierung                                                             */
8 /*                                                                           */
9 /* Gemeinsame Variablen aller Codegeneratoren                                */
10 /*                                                                           */
11 /* Historie: 26.5.1997 Grundsteinlegung                                      */
12 /*                                                                           */
13 /*****************************************************************************/
14 
15 extern int InstrZ;
16 extern int AdrCnt;
17 
18 extern PInstTable InstTable;
19 
20 #endif /* _CODEVARS_H */
21