Browse Source

Fixing the build and tests for VS2019

pull/182/head
Nige 5 years ago
parent
commit
3d5d926dbb
2 changed files with 8 additions and 0 deletions
  1. +4
    -0
      .gitignore
  2. +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)
{

Loading…
Cancel
Save