/[ascend]/trunk/base/generic/compiler/slist.h
ViewVC logotype

Diff of /trunk/base/generic/compiler/slist.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1065 by johnpye, Sun Jan 7 07:54:06 2007 UTC revision 1066 by johnpye, Sun Jan 7 10:02:41 2007 UTC
# Line 36  Line 36 
36  #ifndef ASC_SLIST_H  #ifndef ASC_SLIST_H
37  #define ASC_SLIST_H  #define ASC_SLIST_H
38    
39    /** addtogroup compiler Compiler
40        @{
41    */
42    
43  #include <utilities/ascConfig.h>  #include <utilities/ascConfig.h>
44    
45  extern struct StatementList *CreateStatementList(struct gl_list_t *l);  extern struct StatementList *CreateStatementList(struct gl_list_t *l);
# Line 165  ASC_DLLSPEC void DestroyStatementList(st Line 169  ASC_DLLSPEC void DestroyStatementList(st
169   *  Destroy a statement list.  Tolerates null input.   *  Destroy a statement list.  Tolerates null input.
170   */   */
171    
172    /* @} */
173    
174  #endif  /* ASC_SLIST_H */  #endif  /* ASC_SLIST_H */

Legend:
Removed from v.1065  
changed lines
  Added in v.1066

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22