Bladeren bron

* fixed typo (obcj -> objc)

git-svn-id: trunk@34452 -
Jonas Maebe 9 jaren geleden
bovenliggende
commit
94eb087aa2
2 gewijzigde bestanden met toevoegingen van 3 en 3 verwijderingen
  1. 1 1
      compiler/objcgutl.pas
  2. 2 2
      compiler/symconst.pas

+ 1 - 1
compiler/objcgutl.pas

@@ -1635,7 +1635,7 @@ procedure tobjcrttiwriter_nonfragile.gen_objc_class_ro_part(list: tasmlist; objc
     { class declaration section }
     tcb:=ctai_typedconstbuilder.create([tcalo_new_section]);
     tcb.begin_anonymous_record(
-      internaltypeprefixName[itb_obcj_nf_class_ro_part],
+      internaltypeprefixName[itb_objc_nf_class_ro_part],
       C_alignment,1,
       targetinfos[target_info.system]^.alignment.recordalignmin,
       targetinfos[target_info.system]^.alignment.maxCrecordalign);

+ 2 - 2
compiler/symconst.pas

@@ -709,7 +709,7 @@ type
     itp_objc_cat_methods,
     itb_objc_nf_ivars,
     itb_objc_nf_category,
-    itb_obcj_nf_class_ro_part,
+    itb_objc_nf_class_ro_part,
     itb_objc_nf_meta_class,
     itb_objc_nf_class,
     itb_objc_fr_protocol_ext,
@@ -849,7 +849,7 @@ inherited_objectoptions : tobjectoptions = [oo_has_virtual,oo_has_private,oo_has
        '$objc_cat_methods$',
        '$objc_nf_ivars$',
        '$objc_nf_category$',
-       '$obcj_nf_class_ro_part$',
+       '$objc_nf_class_ro_part$',
        '$objc_nf_meta_class$',
        '$objc_nf_class$',
        '$objc_fr_protocol_ext$',