This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
jiffy
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
Fixing the build and tests for VS2019
pull/182/head
Nige
5 years ago
parent
4b4ee8f9a4
commit
3d5d926dbb
2 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
.gitignore
+4
-0
c_src/termstack.c
+ 4
- 0
.gitignore
View File
@ -6,6 +6,10 @@
*.d
*.o
*.so
*.pdb
*.dll
*.exp
*.lib
_build
compile_commands.json
deps
+ 4
- 0
c_src/termstack.c
View File
@ -8,6 +8,10 @@
#
include
"jiffy.h"
#
include
"termstack.h"
#
if WINDOWS || WIN32
#
define inline
#
endif
ERL_NIF_TERM
termstack_save
(
ErlNifEnv
*
env
,
TermStack
*
stack
)
{
Write
Preview
Loading…
Cancel
Save