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

Comparing trunk/OOPSE-2.0/src/io/make_nodes.c (file contents):
Revision 2187 by tim, Wed Apr 13 18:41:17 2005 UTC vs.
Revision 2263 by tim, Wed Jul 13 15:54:00 2005 UTC

# Line 1 | Line 1
1 < /*
1 > /*
2   * Copyright (c) 2005 The University of Notre Dame. All Rights Reserved.
3   *
4   * The University of Notre Dame grants you ("Licensee") a
# 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;
# Line 397 | Line 397 | int count_tokens(char *line, char *delimiters) {
397  
398  
399   int count_tokens(char *line, char *delimiters) {
400 < /* PURPOSE: RETURN A COUNT OF THE NUMBER OF TOKENS ON THE LINE. */
400 >  /* PURPOSE: RETURN A COUNT OF THE NUMBER OF TOKENS ON THE LINE. */
401  
402    char *working_line;   /* WORKING COPY OF LINE. */
403    int ntokens;          /* NUMBER OF TOKENS FOUND IN LINE. */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines