diff options
author | jonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2015-03-28 12:28:15 +0000 |
---|---|---|
committer | jonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2015-03-28 12:28:15 +0000 |
commit | 0b9d9ff3a789ed1302e08c8afd99d405860ea504 (patch) | |
tree | 92f905c656d53420b37c336c3088e86847f65543 /compiler/systems.pas | |
parent | b68cc33594e0177663613b3c0290d6df33f65e4f (diff) | |
parent | f6ce31fcdd0bf195456cd205ff8d3591c6bc35f8 (diff) | |
download | fpc-0b9d9ff3a789ed1302e08c8afd99d405860ea504.tar.gz |
* synchronised with trunk till r30345
git-svn-id: http://svn.freepascal.org/svn/fpc/branches/hlcgllvm@30349 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/systems.pas')
-rw-r--r-- | compiler/systems.pas | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/systems.pas b/compiler/systems.pas index d70eff8854..2e415ea078 100644 --- a/compiler/systems.pas +++ b/compiler/systems.pas @@ -83,6 +83,8 @@ interface parinfo = ^tarinfo; tarinfo = record id : tar; + addfilecmd : string[10]; + arfirstcmd : string[50]; arcmd : string[50]; arfinishcmd : string[10]; end; |