Browse Source

+ put in exception support

michael 27 years ago
parent
commit
cd2659ce93
1 changed files with 6 additions and 1 deletions
  1. 6 1
      rtl/objpas/objpas.pp

+ 6 - 1
rtl/objpas/objpas.pp

@@ -272,10 +272,15 @@ unit objpas;
         begin
         begin
         end;
         end;
 
 
+{$i except.inc}
+
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.2  1998-03-25 23:40:24  florian
+  Revision 1.3  1998-07-29 10:09:28  michael
+  + put in exception support
+
+  Revision 1.2  1998/03/25 23:40:24  florian
     + stuff from old objpash.inc and objpas.inc merged in
     + stuff from old objpash.inc and objpas.inc merged in
 
 
 }
 }