40 |
#ifndef ASC_EXTINST_H |
#ifndef ASC_EXTINST_H |
41 |
#define ASC_EXTINST_H |
#define ASC_EXTINST_H |
42 |
|
|
43 |
|
/** addtogroup compiler Compiler |
44 |
|
@{ |
45 |
|
*/ |
46 |
|
|
47 |
extern struct Instance **g_ExtVariablesTable; |
extern struct Instance **g_ExtVariablesTable; |
48 |
/**< |
/**< |
49 |
A global variable which is non NULL if external relations have been |
A global variable which is non NULL if external relations have been |
74 |
However instantiate needs to be able to set this table when finished. |
However instantiate needs to be able to set this table when finished. |
75 |
*/ |
*/ |
76 |
|
|
77 |
|
/* @} */ |
78 |
|
|
79 |
#endif /* ASC_EXTINST_H */ |
#endif /* ASC_EXTINST_H */ |
80 |
|
|