Nigel Birkenshaw před 3 roky
odevzdal GitHub
rodič
revize
552a8031a3
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 4AEE18F83AFDEB23
3 změnil soubory, kde provedl 10 přidání a 0 odebrání
  1. +2
    -0
      .gitattributes
  2. +4
    -0
      .gitignore
  3. +4
    -0
      c_src/termstack.c

+ 2
- 0
.gitattributes Zobrazit soubor

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

+ 4
- 0
.gitignore Zobrazit soubor

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

+ 4
- 0
c_src/termstack.c Zobrazit soubor

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

Načítá se…
Zrušit
Uložit