mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 21:28:21 +02:00
+ added dummy int64p.inc file for WebAssembly
git-svn-id: branches/wasm@48181 -
This commit is contained in:
parent
9fdc8c141c
commit
69c407dff5
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -12196,6 +12196,7 @@ rtl/wasi/sysos.inc svneol=native#text/plain
|
||||
rtl/wasi/sysosh.inc svneol=native#text/plain
|
||||
rtl/wasi/system.pp svneol=native#text/plain
|
||||
rtl/wasm32/cpuh.inc svneol=native#text/plain
|
||||
rtl/wasm32/int64p.inc svneol=native#text/plain
|
||||
rtl/wasm32/makefile.cpu svneol=native#text/plain
|
||||
rtl/wasm32/math.inc svneol=native#text/plain
|
||||
rtl/wasm32/set.inc svneol=native#text/plain
|
||||
|
14
rtl/wasm32/int64p.inc
Normal file
14
rtl/wasm32/int64p.inc
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
This file is part of the Free Pascal run time library.
|
||||
Copyright (c) 2013 by the Free Pascal development team
|
||||
|
||||
This file contains some helper routines for int64 and qword
|
||||
|
||||
See the file COPYING.FPC, included in this distribution,
|
||||
for details about the copyright.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
**********************************************************************}
|
Loading…
Reference in New Issue
Block a user