Kaynağa Gözat

Merge 3d5d926dbb into 9ea1b35b6e

pull/182/merge
Nigel Birkenshaw 3 yıl önce
işlemeyi yapan: GitHub
ebeveyn
işleme
552a8031a3
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: 4AEE18F83AFDEB23
3 değiştirilmiş dosya ile 10 ekleme ve 0 silme
  1. +2
    -0
      .gitattributes
  2. +4
    -0
      .gitignore
  3. +4
    -0
      c_src/termstack.c

+ 2
- 0
.gitattributes Dosyayı Görüntüle

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

+ 4
- 0
.gitignore Dosyayı Görüntüle

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

+ 4
- 0
c_src/termstack.c Dosyayı Görüntüle

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

Yükleniyor…
İptal
Kaydet