* moved excepth.inc include from the system unit implementation to interface

so that we can still find the type definitions in it once we don't store
    the entire implementation symtable to the ppu anymore

git-svn-id: trunk@32151 -
This commit is contained in:
Jonas Maebe 2015-10-25 19:21:54 +00:00
parent 8c90941d89
commit 80902035e0
2 changed files with 10 additions and 5 deletions

View File

@ -12,11 +12,6 @@
**********************************************************************}
{ contains the definition of the TExceptAddr type, which is required
by the compiler to generate code for any routine containing
implicit or explicit exceptions }
{$i excepth.inc}
{ ObjpasInt is the integer type, equivalent to Objpas.Integer (the Integer
type in ObjFpc and Delphi modes). It is defined here for use in the
implementation part of the System unit. }

View File

@ -1579,6 +1579,16 @@ const
{$i resh.inc}
{*****************************************************************************
Exception support
*****************************************************************************}
{ contains the definition of the TExceptAddr type, which is required
by the compiler to generate code for any routine containing
implicit or explicit exceptions }
{$i excepth.inc}
{*****************************************************************************
FPDoc phony declarations.
*****************************************************************************}