rta: add_monomorphic_send mark the mproperty as live
[nit.git] / src / common_ffi / c.nit
index 2535fc9..17241bd 100644 (file)
@@ -71,7 +71,7 @@ redef class Location
        fun as_line_pragma: String do return "#line {line_start} \"{file.filename}\"\n"
 end
 
-redef class AModule
+redef class MModule
        var c_compiler_options writable = ""
        var c_linker_options writable = ""
 end