Public Methods |
|
void? | action (const CmtSystem::cmt_string_vector &words, Use *use, const cmt_string &file_name, int line_number) |
|
? |
Implements Kwd. Definition at line 355 of file cmt_syntax.cxx. References Use::set_include_path(), and cmt_vector< cmt_string >::size(). 00359 {
00360 if (words.size () > 1)
00361 {
00362 use->set_include_path (words[1]);
00363 }
00364 }
|