--- trunk/base/generic/compiler/forvars.h 2007/01/07 09:25:45 1065 +++ trunk/base/generic/compiler/forvars.h 2007/01/07 10:02:41 1066 @@ -36,8 +36,12 @@ * */ -#ifndef __FORVARS_H_SEEN__ -#define __FORVARS_H_SEEN__ +#ifndef ASC_FORVARS_H +#define ASC_FORVARS_H + +/** addtogroup compiler Compiler + @{ +*/ enum for_kind { f_untyped, @@ -223,5 +227,7 @@ * There is no recycle initialization function. */ -#endif /* __FORVARS_H_SEEN__ */ +/* @} */ + +#endif /* ASC_FORVARS_H */