diff -c --recursive oldsource/snavigator/hyper/c_high.l source/snavigator/hyper/c_high.l *** oldsource/snavigator/hyper/c_high.l Sun Feb 25 16:48:08 2001 --- source/snavigator/hyper/c_high.l Thu Dec 20 19:48:06 2001 *************** *** 142,150 **** --- 142,154 ---- delete | do | double | + dynamic_cast | else | enum | + explicit | + export | extern | + false | float | for | friend | *************** *** 152,168 **** if | inline | int | - interface | long | namespace | new | operator | - overload | private | protected | public | - reinterpret_cast | register | return | short | signed | --- 156,171 ---- if | inline | int | long | + mutable | namespace | new | operator | private | protected | public | register | + reinterpret_cast | return | short | signed | *************** *** 174,187 **** --- 177,194 ---- template | this | throw | + true | try | typedef | + typeid | + typename | union | unsigned | using | virtual | void | volatile | + wchar_t | while { paf_high_pos.beg_lineno = lineNumber; paf_high_pos.beg_charno = charNumber;