Browse Source

* functions with ansi strings as result didn't work, solved

florian 27 years ago
parent
commit
70261b4c01
1 changed files with 5 additions and 1 deletions
  1. 5 1
      compiler/cg386flw.pas

+ 5 - 1
compiler/cg386flw.pas

@@ -58,6 +58,7 @@ implementation
          lcont,lbreak,lloop,
          lcont,lbreak,lloop,
          oldclabel,oldblabel : plabel;
          oldclabel,oldblabel : plabel;
          otlabel,oflabel : plabel;
          otlabel,oflabel : plabel;
+
       begin
       begin
          getlabel(lloop);
          getlabel(lloop);
          getlabel(lcont);
          getlabel(lcont);
@@ -753,7 +754,10 @@ do_jmp:
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.22  1998-10-29 15:42:44  florian
+  Revision 1.23  1998-11-12 16:43:32  florian
+    * functions with ansi strings as result didn't work, solved
+
+  Revision 1.22  1998/10/29 15:42:44  florian
     + partial disposing of temp. ansistrings
     + partial disposing of temp. ansistrings
 
 
   Revision 1.21  1998/10/26 22:58:16  florian
   Revision 1.21  1998/10/26 22:58:16  florian