aboutsummaryrefslogtreecommitdiffstats
path: root/asminclist.h
blob: 0c15e75da88854593f6bfbd29266cbca049da6a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* asminclist.c */
/*****************************************************************************/
/* AS-Portierung                                                             */
/*                                                                           */
/* Verwaltung der Include-Verschachtelungsliste                              */
/*                                                                           */
/* Historie: 16. 5.1996 Grundsteinlegung                                     */
/*                                                                           */
/*****************************************************************************/

extern void PushInclude(char *S);

extern void PopInclude(void);

extern void PrintIncludeList(void);

extern void ClearIncludeList(void);

extern void asminclist_init(void);