1
0
mirror of https://github.com/rfivet/uemacs.git synced 2025-09-24 22:24:02 -04:00

remove crypt from efunc, update dependencies.

This commit is contained in:
2013-05-18 12:20:01 +08:00
parent fa56e5dfff
commit f6780cb71b
9 changed files with 23 additions and 10 deletions

1
main.c
View File

@@ -60,6 +60,7 @@
/* Make global definitions not external. */
#define maindef
#include "crypt.h"
#include "estruct.h" /* Global structures and defines. */
#include "edef.h" /* Global definitions. */
#include "efunc.h" /* Function declarations and name table. */