Browse Source

* Added ait_frame, ait_ent

michael 26 years ago
parent
commit
5baa7ca467
1 changed files with 5 additions and 1 deletions
  1. 5 1
      compiler/aasm.pas

+ 5 - 1
compiler/aasm.pas

@@ -61,6 +61,7 @@ unit aasm;
           ait_tempalloc,
           ait_marker,
           ait_frame, 
+          ait_ent,
           { never used, makes insertation of new ait_ easier to type }
           ait_dummy);
 
@@ -967,7 +968,10 @@ uses
 end.
 {
   $Log$
-  Revision 1.58  1999-08-04 00:39:56  michael
+  Revision 1.59  1999-08-05 15:51:01  michael
+  * Added ait_frame, ait_ent
+
+  Revision 1.58  1999/08/04 00:39:56  michael
   + Added ait_frame
 
   Revision 1.57  1999/08/02 21:01:41  michael