Browse Source

* moved get_exepath to globals
+ date_string const with the current date for 0.99.7+

peter 27 years ago
parent
commit
9800ecdb4d
1 changed files with 5 additions and 2 deletions
  1. 5 2
      compiler/compiler.pas

+ 5 - 2
compiler/compiler.pas

@@ -172,7 +172,6 @@ begin
   if CompilerInited then
   if CompilerInited then
    DoneCompiler;
    DoneCompiler;
 { inits which need to be done before the arguments are parsed }
 { inits which need to be done before the arguments are parsed }
-  get_exepath;
   InitVerbose;
   InitVerbose;
   InitGlobals;
   InitGlobals;
   InitSymtable;
   InitSymtable;
@@ -267,7 +266,11 @@ end;
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.5  1998-08-11 21:38:24  peter
+  Revision 1.6  1998-08-29 13:51:10  peter
+    * moved get_exepath to globals
+    + date_string const with the current date for 0.99.7+
+
+  Revision 1.5  1998/08/11 21:38:24  peter
     + createheap/restoreheap procedures (only tp7 rm currently) and support
     + createheap/restoreheap procedures (only tp7 rm currently) and support
       for tp7 dpmi
       for tp7 dpmi