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 2204 by gezelter, Fri Apr 15 22:04: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 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