mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 02:07:53 +02:00
+ $PIC module switch directive
git-svn-id: trunk@1740 -
This commit is contained in:
parent
ff6af1804b
commit
5c92126933
@ -780,6 +780,11 @@ implementation
|
||||
end;
|
||||
{$ENDIF}
|
||||
|
||||
procedure dir_pic;
|
||||
begin
|
||||
do_moduleswitch(cs_create_pic);
|
||||
end;
|
||||
|
||||
procedure dir_pop;
|
||||
|
||||
begin
|
||||
@ -1188,6 +1193,7 @@ implementation
|
||||
{$IFDEF TestVarsets}
|
||||
AddDirective('PACKSET',directive_all, @dir_packset);
|
||||
{$ENDIF}
|
||||
AddDirective('PIC',directive_all, @dir_pic);
|
||||
AddDirective('POP',directive_mac, @dir_pop);
|
||||
AddDirective('PROFILE',directive_all, @dir_profile);
|
||||
AddDirective('PUSH',directive_mac, @dir_push);
|
||||
|
Loading…
Reference in New Issue
Block a user