Parent Directory | Revision Log | Patch
revision 1065 by johnpye, Wed Jun 21 07:00:45 2006 UTC | revision 1066 by johnpye, Sun Jan 7 10:02:41 2007 UTC | |
---|---|---|
# | Line 39 | Line 39 |
39 | * </pre> | * </pre> |
40 | */ | */ |
41 | ||
42 | #ifndef __TEMP_H_SEEN__ | #ifndef ASC_TEMP_H |
43 | #define __TEMP_H_SEEN__ | #define ASC_TEMP_H |
44 | ||
45 | /** addtogroup compiler Compiler | |
46 | @{ | |
47 | */ | |
48 | ||
49 | extern void AddTemp(symchar *name); | extern void AddTemp(symchar *name); |
50 | /**< | /**< |
# | Line 85 extern void DestroyTemporaryList(void); | Line 89 extern void DestroyTemporaryList(void); |
89 | * Free the memory for the temporary variable list. | * Free the memory for the temporary variable list. |
90 | */ | */ |
91 | ||
92 | #endif /* __TEMP_H_SEEN__ */ | /* @} */ |
93 | ||
94 | #endif /* ASC_TEMP_H */ | |
95 |
|
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |