boehm-gc: revert all CACAO-specific modifications; this is now an exact copy of the...
[cacao.git] / src / vm / references.h
index ee321cefb4ab64cca5b74a40b704efebc15f6b91..f880b7913d42bc5855043dae63819d0d3b1ae47c 100644 (file)
@@ -61,11 +61,11 @@ typedef union parseddesc {
 #include "config.h"
 #include "vm/types.h"
 
-#include "vm/class.h"
-#include "vm/descriptor.h"
+#include "vm/class.hpp"
+#include "vm/descriptor.hpp"
 #include "vm/field.hpp"
 #include "vm/global.h"
-#include "vm/method.h"
+#include "vm/method.hpp"
 #include "vm/utf8.h"
 
 
@@ -135,7 +135,7 @@ struct constant_FMIref{      /* Fieldref, Methodref and InterfaceMethodref    */
        (IS_FMIREF_RESOLVED(fmiref) ? (fmiref)->p.method->clazz->name \
                                                                : (fmiref)->p.classref->name)
 
-/* macro for accessing the class name of a field reference                   */
+/* macro for accessing the class name of a method reference                   */
 #define FIELDREF_CLASSNAME(fmiref) \
        (IS_FMIREF_RESOLVED(fmiref) ? (fmiref)->p.field->clazz->name \
                                                                : (fmiref)->p.classref->name)