mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 18:09:27 +02:00
fcl-json: added include file
git-svn-id: trunk@45860 -
This commit is contained in:
parent
3db2794598
commit
86ee4a57c3
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -3770,6 +3770,7 @@ packages/fcl-json/examples/simpledemo.lpi svneol=native#text/plain
|
||||
packages/fcl-json/examples/simpledemo.pp svneol=native#text/plain
|
||||
packages/fcl-json/fpmake.pp svneol=native#text/plain
|
||||
packages/fcl-json/src/README.txt svneol=native#text/plain
|
||||
packages/fcl-json/src/fcl-json.inc svneol=native#text/plain
|
||||
packages/fcl-json/src/fpjson.pp svneol=native#text/plain
|
||||
packages/fcl-json/src/fpjsonrtti.pp svneol=native#text/plain
|
||||
packages/fcl-json/src/fpjsontopas.pp svneol=native#text/plain
|
||||
|
9
packages/fcl-json/src/fcl-json.inc
Normal file
9
packages/fcl-json/src/fcl-json.inc
Normal file
@ -0,0 +1,9 @@
|
||||
{$mode objfpc}{$H+}
|
||||
{$if defined(fpc) or defined(NodeJS)}
|
||||
{$define HasFileWriter}
|
||||
{$endif}
|
||||
|
||||
{$IF FPC_FULLVERSION>30100}
|
||||
{$warn 6058 off} // cannot inline
|
||||
{$ENDIF}
|
||||
|
@ -12,10 +12,10 @@
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
**********************************************************************}
|
||||
{$mode objfpc}
|
||||
{$h+}
|
||||
unit jsonreader;
|
||||
|
||||
{$I fcl-json.inc}
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
|
Loading…
Reference in New Issue
Block a user