ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-1.0/libBASS/BASS_parse.c
(Generate patch)

Comparing trunk/OOPSE-1.0/libBASS/BASS_parse.c (file contents):
Revision 1434 by gezelter, Tue Jul 27 18:14:16 2004 UTC vs.
Revision 1435 by tim, Thu Jul 29 18:16:16 2004 UTC

# Line 119 | Line 119 | int res_word( char* text ){
119    // if no keywords turn up, check the word against the list of defines
120    
121    if( defined_list != NULL ){
122 +
123      def_ptr = defined_list[key];
124      
125      while( def_ptr != NULL ){
126 <      
126 >
127        matched = !strcmp( text, def_ptr->defined );
128        if( matched ) return DEFINED;
129        

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines