mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 21:46:00 +02:00
* moved get_exepath to globals
+ date_string const with the current date for 0.99.7+
This commit is contained in:
parent
08f3c3dc77
commit
9800ecdb4d
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user