mirror of
https://github.com/rfivet/uemacs.git
synced 2024-12-18 07:16:23 -05:00
Remove estruct dependencies in headers of fileio and flook.
This commit is contained in:
parent
c3bffda340
commit
d266ec4b2a
4
Makefile
4
Makefile
@ -151,8 +151,8 @@ execute.o: execute.c edef.h estruct.h line.h utf8.h retcode.h bind.h \
|
|||||||
random.h display.h file.h
|
random.h display.h file.h
|
||||||
file.o: file.c file.h buffer.h estruct.h line.h utf8.h retcode.h crypt.h \
|
file.o: file.c file.h buffer.h estruct.h line.h utf8.h retcode.h crypt.h \
|
||||||
edef.h execute.h fileio.h input.h lock.h log.h window.h
|
edef.h execute.h fileio.h input.h lock.h log.h window.h
|
||||||
fileio.o: fileio.c fileio.h estruct.h line.h utf8.h retcode.h crypt.h
|
fileio.o: fileio.c fileio.h retcode.h estruct.h line.h utf8.h crypt.h
|
||||||
flook.o: flook.c flook.h estruct.h line.h utf8.h retcode.h fileio.h
|
flook.o: flook.c flook.h retcode.h estruct.h line.h utf8.h fileio.h
|
||||||
globals.o: globals.c estruct.h line.h utf8.h retcode.h edef.h
|
globals.o: globals.c estruct.h line.h utf8.h retcode.h edef.h
|
||||||
ibmpc.o: ibmpc.c estruct.h line.h utf8.h retcode.h edef.h
|
ibmpc.o: ibmpc.c estruct.h line.h utf8.h retcode.h edef.h
|
||||||
input.o: input.c input.h edef.h estruct.h line.h utf8.h retcode.h bind.h \
|
input.o: input.c input.h edef.h estruct.h line.h utf8.h retcode.h bind.h \
|
||||||
|
2
fileio.h
2
fileio.h
@ -1,7 +1,7 @@
|
|||||||
#ifndef _FILEIO_H_
|
#ifndef _FILEIO_H_
|
||||||
#define _FILEIO_H_
|
#define _FILEIO_H_
|
||||||
|
|
||||||
#include "estruct.h"
|
#include "retcode.h"
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
FIOSUC, /* File I/O, success. */
|
FIOSUC, /* File I/O, success. */
|
||||||
|
1
flook.c
1
flook.c
@ -7,6 +7,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
|
||||||
|
#include "estruct.h"
|
||||||
#include "fileio.h"
|
#include "fileio.h"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user