X-Git-Url: http://nitlanguage.org diff --git a/src/frontend/check_annotation.nit b/src/frontend/check_annotation.nit index 41abe43..36244f6 100644 --- a/src/frontend/check_annotation.nit +++ b/src/frontend/check_annotation.nit @@ -22,6 +22,7 @@ import phase private import annotation redef class ToolContext + # Check for unknown annotation in each module var check_annotation_phase: Phase = new CheckAnnotationPhase(self, null) end @@ -81,16 +82,20 @@ lazy noinit readonly writable -cached +autoinit +noautoinit nosuper old_style_init abstract intern extern +no_warning + +auto_inspect pkgconfig -c_compiler_option -c_linker_option +cflags +ldflags platform """