Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
Immanuel
/
sxiv
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
State the purpose of CLEANUP macro
master
Bert Münnich
7 anos atrás
pai
7e9b4cee92
commit
e98266b148
2 arquivos alterados
com
5 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
Makefile
+4
-0
types.h
+ 1
- 1
Makefile
Ver arquivo
@@ -1,4 +1,4 @@
VERSION := git-20170
213
VERSION := git-20170
517
PREFIX := /usr/local
MANPREFIX := $(PREFIX)/share/man
+ 4
- 0
types.h
Ver arquivo
@@ -21,6 +21,10 @@
#include <stdbool.h>
/*
* Annotation for functions called in cleanup().
* These functions are not allowed to call error(!0, ...) or exit().
*/
#define CLEANUP
typedef enum {
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar