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

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

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

revision 1065 by jds, Tue Aug 2 11:20:09 2005 UTC revision 1066 by johnpye, Sun Jan 7 10:02:41 2007 UTC
# Line 39  Line 39 
39   *  </pre>   *  </pre>
40   */   */
41    
42  #ifndef __SELECT_H_SEEN__  #ifndef ASC_SELECT_H
43  #define __SELECT_H_SEEN__  #define ASC_SELECT_H
44    
45    /** addtogroup compiler Compiler
46        @{
47    */
48    
49  extern struct SelectList *CreateSelect(struct Set *set, struct StatementList *sl);  extern struct SelectList *CreateSelect(struct Set *set, struct StatementList *sl);
50  /**<  /**<
# Line 163  extern struct SelectList *CopySelectList Line 167  extern struct SelectList *CopySelectList
167   *  Copy the whole list content. not a reference count change.   *  Copy the whole list content. not a reference count change.
168   */   */
169    
170  #endif  /* __SELECT_H_SEEN__ */  /* @} */
171    
172    #endif  /* ASC_SELECT_H */
173    

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

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