36 |
#ifndef ASC_ASCCOMPILER_H |
#ifndef ASC_ASCCOMPILER_H |
37 |
#define ASC_ASCCOMPILER_H |
#define ASC_ASCCOMPILER_H |
38 |
|
|
39 |
|
/** addtogroup compiler Compiler |
40 |
|
@{ |
41 |
|
*/ |
42 |
|
|
43 |
#include <utilities/ascConfig.h> |
#include <utilities/ascConfig.h> |
44 |
|
|
45 |
ASC_DLLSPEC int Asc_CompilerInit(int simplify_relations); |
ASC_DLLSPEC int Asc_CompilerInit(int simplify_relations); |
64 |
* with pointers to any compiler structures, including gl_lists. |
* with pointers to any compiler structures, including gl_lists. |
65 |
*/ |
*/ |
66 |
|
|
67 |
|
/* @} */ |
68 |
|
|
69 |
#endif /* ASC_ASCCOMPILER_H */ |
#endif /* ASC_ASCCOMPILER_H */ |