# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |