K 10 svn:author V 7 iwasaki K 8 svn:date V 27 2000-09-20T22:53:39.000000Z K 7 svn:log V 294 Add new function in AML interpreter; aml_invoke_method(). Also remove unneeded includes in aml_obj.c and aml_parse.c. This new function takes 'struct aml_name *' as a argument rather than 'char *' where aml_invoke_method_by_name() does. It's worth to have these two interfaces in many cases. END