summaryrefslogtreecommitdiff
path: root/compiler/export.pas
diff options
context:
space:
mode:
authorpeter <peter@3ad0048d-3df7-0310-abae-a5850022a9f2>2006-10-30 23:29:35 +0000
committerpeter <peter@3ad0048d-3df7-0310-abae-a5850022a9f2>2006-10-30 23:29:35 +0000
commita85bbd3cedc67aa5c7637b19282aadaf2605f489 (patch)
treeca43215e816bfb18589efd2e8ef18cbe3cb7e038 /compiler/export.pas
parent6347d6dcb37e84f87e6410982bd823be3bfb73ef (diff)
downloadfpc-a85bbd3cedc67aa5c7637b19282aadaf2605f489.tar.gz
* Remove dos,strings units, use SysUtils instead
* replace split* functions with Extract* functions * Add Directory caching git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@5102 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/export.pas')
-rw-r--r--compiler/export.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/export.pas b/compiler/export.pas
index 1060ea662b..a585cf9bea 100644
--- a/compiler/export.pas
+++ b/compiler/export.pas
@@ -41,7 +41,7 @@ type
texported_item = class(TLinkedListItem)
sym : tsym;
index : longint;
- name : pstring;
+ name : pshortstring;
options : word;
is_var : boolean;
constructor create;