+ missing {$goto on} added

git-svn-id: trunk@11700 -
This commit is contained in:
florian 2008-09-04 08:52:04 +00:00
parent e90ce867d9
commit ceb071d649
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
{$goto on}
procedure p; inline;
label x;
begin

View File

@ -1,3 +1,4 @@
{$goto on}
unit uw11762;
interface
procedure p; inline;