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

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

# Line 301 | Line 301 | struct node_tag* cutoffgroup_blk( int index, struct no
301    struct node_tag* the_node;
302    the_node = ( struct node_tag* )malloc( sizeof( node ) );
303    
304 <  // The guillotine statement:
304 >  /* The guillotine statement:*/
305    the_node->type = CUTOFFGROUP_HEAD;
306    the_node->index = index;
307    the_node->next_stmt = NULL;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines