37 |
* </pre> |
* </pre> |
38 |
*/ |
*/ |
39 |
|
|
40 |
#ifndef __PROCIO_H_SEEN__ |
#ifndef ASC_PROCIO_H |
41 |
#define __PROCIO_H_SEEN__ |
#define ASC_PROCIO_H |
42 |
|
|
43 |
|
/** addtogroup compiler Compiler |
44 |
|
@{ |
45 |
|
*/ |
46 |
|
|
47 |
/** Codes for old-style external call messaging. */ |
/** Codes for old-style external call messaging. */ |
48 |
enum ProcExtError { |
enum ProcExtError { |
150 |
struct gl_list_t *initstack, |
struct gl_list_t *initstack, |
151 |
CONST char *str); |
CONST char *str); |
152 |
|
|
153 |
#endif /* __PROCIO_H_SEEN__ */ |
/* @} */ |
154 |
|
|
155 |
|
#endif /* ASC_PROCIO_H */ |
156 |
|
|