Browse Source

+ added entry for pwchar_to_string conversion addition

Jonas Maebe 23 years ago
parent
commit
3be297f39c
1 changed files with 6 additions and 2 deletions
  1. 6 2
      compiler/powerpc/nppccnv.pas

+ 6 - 2
compiler/powerpc/nppccnv.pas

@@ -344,7 +344,8 @@ implementation
            @second_class_to_intf,
            @second_class_to_intf,
            @second_char_to_char,
            @second_char_to_char,
            @second_nothing,  { normal_2_smallset }
            @second_nothing,  { normal_2_smallset }
-           @second_nothing   { dynarray_2_openarray }
+           @second_nothing,   { dynarray_2_openarray }
+           @second_nothing
          );
          );
       type
       type
          tprocedureofobject = procedure of object;
          tprocedureofobject = procedure of object;
@@ -390,7 +391,10 @@ begin
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.25  2002-09-17 18:54:06  jonas
+  Revision 1.26  2002-10-18 16:38:42  jonas
+    + added entry for pwchar_to_string conversion addition
+
+  Revision 1.25  2002/09/17 18:54:06  jonas
     * a_load_reg_reg() now has two size parameters: source and dest. This
     * a_load_reg_reg() now has two size parameters: source and dest. This
       allows some optimizations on architectures that don't encode the
       allows some optimizations on architectures that don't encode the
       register size in the register name.
       register size in the register name.