fcl-json: added include file

git-svn-id: trunk@45860 -
This commit is contained in:
Mattias Gaertner 2020-07-26 11:58:47 +00:00
parent 3db2794598
commit 86ee4a57c3
3 changed files with 12 additions and 2 deletions

1
.gitattributes vendored
View File

@ -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

View 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}

View File

@ -12,10 +12,10 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
**********************************************************************}
{$mode objfpc}
{$h+}
unit jsonreader;
{$I fcl-json.inc}
interface
uses