34 |
#ifndef ASC_INSTANCE_IO_H |
#ifndef ASC_INSTANCE_IO_H |
35 |
#define ASC_INSTANCE_IO_H |
#define ASC_INSTANCE_IO_H |
36 |
|
|
37 |
|
/** addtogroup compiler Compiler |
38 |
|
@{ |
39 |
|
*/ |
40 |
|
|
41 |
#include <utilities/ascConfig.h> |
#include <utilities/ascConfig.h> |
42 |
#include <general/dstring.h> |
#include <general/dstring.h> |
43 |
#include <compiler/compiler.h> |
#include <compiler/compiler.h> |
344 |
* or when, 0 OTHERWISE. |
* or when, 0 OTHERWISE. |
345 |
*/ |
*/ |
346 |
|
|
347 |
|
/* @} */ |
348 |
|
|
349 |
#endif /* ASC_INSTANCE_IO_H */ |
#endif /* ASC_INSTANCE_IO_H */ |
350 |
|
|