Browse Source

+ faillabel for _FAIL

pierre 26 years ago
parent
commit
82999520e4
1 changed files with 5 additions and 2 deletions
  1. 5 2
      compiler/hcodegen.pas

+ 5 - 2
compiler/hcodegen.pas

@@ -118,7 +118,7 @@ unit hcodegen;
        aktexit2label : pasmlabel;
 
        { only used in constructor for fail or if getmem fails }
-       quickexitlabel : pasmlabel;
+       faillabel,quickexitlabel : pasmlabel;
 
        { Boolean, wenn eine loadn kein Assembler erzeugt hat }
        simple_loadn : boolean;
@@ -296,7 +296,10 @@ end.
 
 {
   $Log$
-  Revision 1.38  1999-08-16 18:23:56  peter
+  Revision 1.39  1999-08-19 13:10:18  pierre
+   + faillabel for _FAIL
+
+  Revision 1.38  1999/08/16 18:23:56  peter
     * reset resourcestringlist in newmodule.
 
   Revision 1.37  1999/08/04 00:23:02  florian