summaryrefslogtreecommitdiff
path: root/compiler/nld.pas
diff options
context:
space:
mode:
authornickysn <nickysn@3ad0048d-3df7-0310-abae-a5850022a9f2>2017-05-10 14:41:43 +0000
committernickysn <nickysn@3ad0048d-3df7-0310-abae-a5850022a9f2>2017-05-10 14:41:43 +0000
commit6e7bdae846a720980f581b08000f627ef976325b (patch)
treead8bc84a0c2abd4bc21821cb4790b130ece7a044 /compiler/nld.pas
parent3353310b5bafff0df06d523a37eebb49e6934f93 (diff)
downloadfpc-6e7bdae846a720980f581b08000f627ef976325b.tar.gz
* use an enum instead of integer constants to represent inline numbers
* compinnr.inc include file converted to a unit * inline number field size stored in ppu increased from byte to longint * inlines in the parse tree (when written with the -vp option) now printed with their enum name, instead of number git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@36174 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/nld.pas')
-rw-r--r--compiler/nld.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nld.pas b/compiler/nld.pas
index c524be9269..5ee72a9091 100644
--- a/compiler/nld.pas
+++ b/compiler/nld.pas
@@ -176,7 +176,7 @@ interface
implementation
uses
- verbose,globtype,globals,systems,constexp,
+ verbose,globtype,globals,systems,constexp,compinnr,
symtable,
defutil,defcmp,
cpuinfo,