diff options
author | nickysn <nickysn@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2017-05-10 14:41:43 +0000 |
---|---|---|
committer | nickysn <nickysn@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2017-05-10 14:41:43 +0000 |
commit | 6e7bdae846a720980f581b08000f627ef976325b (patch) | |
tree | ad8bc84a0c2abd4bc21821cb4790b130ece7a044 /compiler/ncginl.pas | |
parent | 3353310b5bafff0df06d523a37eebb49e6934f93 (diff) | |
download | fpc-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/ncginl.pas')
-rw-r--r-- | compiler/ncginl.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ncginl.pas b/compiler/ncginl.pas index b09e04238c..675eea15d4 100644 --- a/compiler/ncginl.pas +++ b/compiler/ncginl.pas @@ -70,7 +70,7 @@ implementation uses globtype,constexp, - verbose,globals, + verbose,globals,compinnr, symconst,symtype,symdef,defutil, aasmbase,aasmdata, cgbase,pass_2, |