Parent Directory | Revision Log | Patch
revision 54 by jds, Tue Aug 2 11:20:09 2005 UTC | revision 1066 by johnpye, Sun Jan 7 10:02:41 2007 UTC | |
---|---|---|
# | Line 36 | Line 36 |
36 | * </pre> | * </pre> |
37 | */ | */ |
38 | ||
39 | #ifndef __FORVARS_H_SEEN__ | #ifndef ASC_FORVARS_H |
40 | #define __FORVARS_H_SEEN__ | #define ASC_FORVARS_H |
41 | ||
42 | /** addtogroup compiler Compiler | |
43 | @{ | |
44 | */ | |
45 | ||
46 | enum for_kind { | enum for_kind { |
47 | f_untyped, | f_untyped, |
# | Line 223 extern int ClearForVarRecycle(void); | Line 227 extern int ClearForVarRecycle(void); |
227 | * There is no recycle initialization function. | * There is no recycle initialization function. |
228 | */ | */ |
229 | ||
230 | #endif /* __FORVARS_H_SEEN__ */ | /* @} */ |
231 | ||
232 | #endif /* ASC_FORVARS_H */ | |
233 |
|
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |