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

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

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

revision 1065 by johnpye, Thu Jan 4 23:21:20 2007 UTC revision 1066 by johnpye, Sun Jan 7 10:02:41 2007 UTC
# Line 42  Line 42 
42  #ifndef ASC_LOGICAL_RELATION_H  #ifndef ASC_LOGICAL_RELATION_H
43  #define ASC_LOGICAL_RELATION_H  #define ASC_LOGICAL_RELATION_H
44    
45    /** addtogroup compiler Compiler
46        @{
47    */
48    
49  struct LogRelBVar {  struct LogRelBVar {
50    enum Expr_enum t;   /**< type of term */    enum Expr_enum t;   /**< type of term */
51    unsigned int flags; /**< flags for future use */    unsigned int flags; /**< flags for future use */
# Line 156  struct logrelation { Line 160  struct logrelation {
160   */   */
161  #define LOGTERM_ALLOC LOGA_TERM(ascmalloc(sizeof(union LogRelTermUnion)))  #define LOGTERM_ALLOC LOGA_TERM(ascmalloc(sizeof(union LogRelTermUnion)))
162    
163    /* @} */
164    
165  #endif /* ASC_LOGICAL_RELATION_H */  #endif /* ASC_LOGICAL_RELATION_H */
166    

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

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