1
0
mirror of https://github.com/rfivet/uemacs.git synced 2025-09-25 06:34:07 -04:00

fileio depends on display instead of efunc.

This commit is contained in:
2013-05-18 13:40:11 +08:00
parent f6780cb71b
commit 86d5b10fa9
5 changed files with 35 additions and 25 deletions

View File

@@ -10,11 +10,11 @@
* modified by Petri Kutvonen
*/
#include <stdio.h>
#include <stdio.h>
#include "crypt.h"
#include "estruct.h"
#include "edef.h"
#include "efunc.h"
#include "display.h"
#include "estruct.h"
#include "edef.h"
static FILE *ffp; /* File pointer, all functions. */
static int eofflag; /* end-of-file flag */