ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/io/node_list.h
(Generate patch)

Comparing trunk/OOPSE-2.0/src/io/node_list.h (file contents):
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 2263 by tim, Wed Jul 13 15:54:00 2005 UTC

# Line 75 | Line 75 | typedef struct assignment_data_tag{
75  
76   typedef struct assignment_data_tag{
77    assign_type type;
78 <  char* identifier; // left hand side
79 <  assignment_value rhs; // right hand side
78 >  char* identifier; /* left hand side*/
79 >  assignment_value rhs; /* right hand side*/
80   } assignment_data;
81  
82   /* a structure to hold the position information */
# Line 102 | Line 102 | typedef struct node_tag{
102  
103   typedef struct node_tag{
104    node_type type;
105 <  int index; // needed for atoms, bonds, etc.
106 <  struct node_tag* next_stmt; // the next statement
107 <  struct node_tag* prev_stmt; // the previous statement
108 <  struct node_tag* stmt_list; // the statment list if this is a block.
105 >  int index; /* needed for atoms, bonds, etc.*/
106 >  struct node_tag* next_stmt; /* the next statement*/
107 >  struct node_tag* prev_stmt; /* the previous statement*/
108 >  struct node_tag* stmt_list; /* the statment list if this is a block.*/
109    
110    /* this is a union to hold the statement data */
111  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines