--- trunk/base/generic/compiler/procio.h 2007/01/07 09:25:45 1065 +++ trunk/base/generic/compiler/procio.h 2007/01/07 10:02:41 1066 @@ -37,8 +37,12 @@ * */ -#ifndef __PROCIO_H_SEEN__ -#define __PROCIO_H_SEEN__ +#ifndef ASC_PROCIO_H +#define ASC_PROCIO_H + +/** addtogroup compiler Compiler + @{ +*/ /** Codes for old-style external call messaging. */ enum ProcExtError { @@ -146,5 +150,7 @@ struct gl_list_t *initstack, CONST char *str); -#endif /* __PROCIO_H_SEEN__ */ +/* @} */ + +#endif /* ASC_PROCIO_H */