Nigel Birkenshaw 3 anni fa
committed by GitHub
parent
commit
552a8031a3
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
3 ha cambiato i file con 10 aggiunte e 0 eliminazioni
  1. +2
    -0
      .gitattributes
  2. +4
    -0
      .gitignore
  3. +4
    -0
      c_src/termstack.c

+ 2
- 0
.gitattributes Vedi File

@ -0,0 +1,2 @@
# Unifying line endings so tests can pass on Windows
*.json text eol=lf

+ 4
- 0
.gitignore Vedi File

@ -8,6 +8,10 @@
*.d
*.o
*.so
*.pdb
*.dll
*.exp
*.lib
_build
compile_commands.json
deps

+ 4
- 0
c_src/termstack.c Vedi 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)
{

Caricamento…
Annulla
Salva