mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 20:00:19 +02:00
fcl-passrc: less hints
git-svn-id: trunk@45963 -
This commit is contained in:
parent
4c99a82dbf
commit
fc5a1d81c7
@ -4,8 +4,19 @@
|
||||
{$ifdef fpc}
|
||||
{$define UsePChar}
|
||||
{$define HasInt64}
|
||||
{$define UsePChar}
|
||||
{$define UseAnsiStrings}
|
||||
{$define HasStreams}
|
||||
{$IF FPC_FULLVERSION<30101}
|
||||
{$define EmulateArrayInsert}
|
||||
{$endif}
|
||||
{$define HasFS}
|
||||
{$endif}
|
||||
|
||||
{$IFDEF NODEJS}
|
||||
{$define HasFS}
|
||||
{$ENDIF}
|
||||
|
||||
{$IF FPC_FULLVERSION>30100}
|
||||
{$warn 6058 off} // cannot inline
|
||||
{$ENDIF}
|
||||
|
@ -14,15 +14,13 @@
|
||||
|
||||
**********************************************************************}
|
||||
|
||||
{$mode objfpc}
|
||||
{$h+}
|
||||
|
||||
unit PasTree;
|
||||
|
||||
{$i fcl-passrc.inc}
|
||||
|
||||
{$if defined(debugrefcount) or defined(VerbosePasTreeMem) or defined(VerbosePasResolver)}
|
||||
{$define EnablePasTreeGlobalRefCount}
|
||||
{$endif}
|
||||
{$inline on}
|
||||
|
||||
interface
|
||||
|
||||
|
@ -16,22 +16,7 @@
|
||||
|
||||
unit PScanner;
|
||||
|
||||
{$mode objfpc}
|
||||
{$h+}
|
||||
|
||||
{$ifdef fpc}
|
||||
{$define UsePChar}
|
||||
{$define UseAnsiStrings}
|
||||
{$define HasStreams}
|
||||
{$IF FPC_FULLVERSION<30101}
|
||||
{$define EmulateArrayInsert}
|
||||
{$endif}
|
||||
{$define HasFS}
|
||||
{$endif}
|
||||
|
||||
{$IFDEF NODEJS}
|
||||
{$define HasFS}
|
||||
{$ENDIF}
|
||||
{$i fcl-passrc.inc}
|
||||
|
||||
interface
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user