mirror of
https://github.com/rfivet/uemacs.git
synced 2025-02-20 23:17:13 -05:00
Move edef.h out of bind.h and buffer.h out of edef.h.
This commit is contained in:
parent
dc3e8984ab
commit
7573dcd226
58
Makefile
58
Makefile
@ -126,15 +126,15 @@ depend: ${SRC}
|
|||||||
|
|
||||||
# DO NOT DELETE THIS LINE -- make depend uses it
|
# DO NOT DELETE THIS LINE -- make depend uses it
|
||||||
|
|
||||||
ansi.o: ansi.c estruct.h retcode.h edef.h buffer.h crypt.h line.h utf8.h
|
ansi.o: ansi.c estruct.h retcode.h edef.h
|
||||||
basic.o: basic.c basic.h buffer.h crypt.h line.h utf8.h display.h \
|
basic.o: basic.c basic.h buffer.h crypt.h line.h utf8.h display.h \
|
||||||
estruct.h retcode.h edef.h input.h bind.h random.h terminal.h defines.h \
|
estruct.h retcode.h edef.h input.h bind.h random.h terminal.h defines.h \
|
||||||
window.h
|
window.h
|
||||||
bindable.o: bindable.c bindable.h defines.h buffer.h crypt.h line.h \
|
bindable.o: bindable.c bindable.h defines.h buffer.h crypt.h line.h \
|
||||||
utf8.h display.h edef.h estruct.h retcode.h file.h input.h bind.h lock.h \
|
utf8.h display.h edef.h estruct.h retcode.h file.h input.h bind.h lock.h \
|
||||||
terminal.h
|
terminal.h
|
||||||
bind.o: bind.c bind.h edef.h buffer.h crypt.h line.h utf8.h estruct.h \
|
bind.o: bind.c bind.h edef.h estruct.h retcode.h bindable.h buffer.h \
|
||||||
retcode.h bindable.h display.h ebind.h exec.h file.h flook.h input.h \
|
crypt.h line.h utf8.h display.h ebind.h exec.h file.h flook.h input.h \
|
||||||
names.h window.h defines.h
|
names.h window.h defines.h
|
||||||
buffer.o: buffer.c buffer.h crypt.h line.h utf8.h defines.h display.h \
|
buffer.o: buffer.c buffer.h crypt.h line.h utf8.h defines.h display.h \
|
||||||
edef.h estruct.h retcode.h file.h input.h bind.h window.h
|
edef.h estruct.h retcode.h file.h input.h bind.h window.h
|
||||||
@ -142,46 +142,41 @@ crypt.o: crypt.c crypt.h
|
|||||||
display.o: display.c display.h buffer.h crypt.h line.h utf8.h estruct.h \
|
display.o: display.c display.h buffer.h crypt.h line.h utf8.h estruct.h \
|
||||||
retcode.h edef.h input.h bind.h termio.h terminal.h defines.h version.h \
|
retcode.h edef.h input.h bind.h termio.h terminal.h defines.h version.h \
|
||||||
wrapper.h window.h
|
wrapper.h window.h
|
||||||
ebind.o: ebind.c ebind.h basic.h bind.h edef.h buffer.h crypt.h line.h \
|
ebind.o: ebind.c ebind.h basic.h bind.h edef.h estruct.h retcode.h \
|
||||||
utf8.h estruct.h retcode.h bindable.h eval.h exec.h file.h isearch.h \
|
bindable.h buffer.h crypt.h line.h utf8.h eval.h exec.h file.h isearch.h \
|
||||||
random.h region.h search.h spawn.h window.h defines.h word.h
|
random.h region.h search.h spawn.h window.h defines.h word.h
|
||||||
eval.o: eval.c eval.h basic.h bind.h edef.h buffer.h crypt.h line.h \
|
eval.o: eval.c eval.h basic.h bind.h buffer.h crypt.h line.h utf8.h \
|
||||||
utf8.h estruct.h retcode.h display.h exec.h execute.h flook.h input.h \
|
display.h estruct.h retcode.h edef.h exec.h execute.h flook.h input.h \
|
||||||
random.h search.h terminal.h defines.h termio.h version.h window.h
|
random.h search.h terminal.h defines.h termio.h version.h window.h
|
||||||
exec.o: exec.c exec.h buffer.h crypt.h line.h utf8.h bind.h edef.h \
|
exec.o: exec.c exec.h buffer.h crypt.h line.h utf8.h bind.h display.h \
|
||||||
estruct.h retcode.h display.h eval.h file.h flook.h input.h window.h \
|
estruct.h retcode.h edef.h eval.h file.h flook.h input.h window.h \
|
||||||
defines.h
|
defines.h
|
||||||
execute.o: execute.c execute.h edef.h buffer.h crypt.h line.h utf8.h \
|
execute.o: execute.c execute.h edef.h estruct.h retcode.h bind.h random.h \
|
||||||
estruct.h retcode.h bind.h random.h display.h file.h terminal.h \
|
display.h file.h crypt.h buffer.h line.h utf8.h terminal.h defines.h \
|
||||||
defines.h window.h
|
window.h
|
||||||
file.o: file.c file.h crypt.h retcode.h buffer.h line.h utf8.h defines.h \
|
file.o: file.c file.h crypt.h retcode.h buffer.h line.h utf8.h defines.h \
|
||||||
estruct.h edef.h execute.h fileio.h input.h bind.h lock.h log.h window.h
|
estruct.h edef.h execute.h fileio.h input.h bind.h lock.h log.h window.h
|
||||||
fileio.o: fileio.c fileio.h crypt.h retcode.h defines.h
|
fileio.o: fileio.c fileio.h crypt.h retcode.h defines.h
|
||||||
flook.o: flook.c flook.h retcode.h defines.h fileio.h crypt.h
|
flook.o: flook.c flook.h retcode.h defines.h fileio.h crypt.h
|
||||||
globals.o: globals.c defines.h edef.h buffer.h crypt.h line.h utf8.h \
|
globals.o: globals.c defines.h edef.h estruct.h retcode.h
|
||||||
estruct.h retcode.h
|
ibmpc.o: ibmpc.c estruct.h retcode.h edef.h
|
||||||
ibmpc.o: ibmpc.c estruct.h retcode.h edef.h buffer.h crypt.h line.h \
|
input.o: input.c input.h bind.h edef.h estruct.h retcode.h bindable.h \
|
||||||
utf8.h
|
display.h exec.h names.h terminal.h defines.h wrapper.h
|
||||||
input.o: input.c input.h bind.h edef.h buffer.h crypt.h line.h utf8.h \
|
|
||||||
estruct.h retcode.h bindable.h display.h exec.h names.h terminal.h \
|
|
||||||
defines.h wrapper.h
|
|
||||||
isearch.o: isearch.c isearch.h basic.h buffer.h crypt.h line.h utf8.h \
|
isearch.o: isearch.c isearch.h basic.h buffer.h crypt.h line.h utf8.h \
|
||||||
display.h estruct.h retcode.h edef.h input.h bind.h search.h terminal.h \
|
display.h estruct.h retcode.h edef.h input.h bind.h search.h terminal.h \
|
||||||
defines.h window.h
|
defines.h window.h
|
||||||
line.o: line.c line.h utf8.h buffer.h crypt.h edef.h estruct.h retcode.h \
|
line.o: line.c line.h utf8.h buffer.h crypt.h edef.h estruct.h retcode.h \
|
||||||
log.h window.h defines.h
|
log.h window.h defines.h
|
||||||
lock.o: lock.c lock.h estruct.h retcode.h display.h edef.h buffer.h \
|
lock.o: lock.c lock.h estruct.h retcode.h display.h edef.h input.h bind.h
|
||||||
crypt.h line.h utf8.h input.h bind.h
|
|
||||||
log.o: log.c log.h retcode.h
|
log.o: log.c log.h retcode.h
|
||||||
main.o: main.c basic.h bind.h edef.h buffer.h crypt.h line.h utf8.h \
|
main.o: main.c basic.h bind.h bindable.h buffer.h crypt.h line.h utf8.h \
|
||||||
estruct.h retcode.h bindable.h display.h eval.h execute.h file.h input.h \
|
display.h edef.h estruct.h retcode.h eval.h execute.h file.h input.h \
|
||||||
lock.h log.h random.h search.h terminal.h defines.h termio.h version.h \
|
lock.h log.h random.h search.h terminal.h defines.h termio.h version.h \
|
||||||
window.h
|
window.h
|
||||||
names.o: names.c names.h basic.h bind.h edef.h buffer.h crypt.h line.h \
|
names.o: names.c names.h basic.h bind.h bindable.h buffer.h crypt.h \
|
||||||
utf8.h estruct.h retcode.h bindable.h display.h eval.h exec.h file.h \
|
line.h utf8.h display.h eval.h exec.h file.h retcode.h isearch.h \
|
||||||
isearch.h region.h random.h search.h spawn.h window.h defines.h word.h
|
region.h random.h search.h spawn.h window.h defines.h word.h
|
||||||
pklock.o: pklock.c pklock.h estruct.h retcode.h edef.h buffer.h crypt.h \
|
pklock.o: pklock.c pklock.h estruct.h retcode.h edef.h
|
||||||
line.h utf8.h
|
|
||||||
posix.o: posix.c termio.h
|
posix.o: posix.c termio.h
|
||||||
random.o: random.c random.h basic.h buffer.h crypt.h line.h utf8.h \
|
random.o: random.c random.h basic.h buffer.h crypt.h line.h utf8.h \
|
||||||
display.h estruct.h retcode.h edef.h execute.h input.h bind.h log.h \
|
display.h estruct.h retcode.h edef.h execute.h input.h bind.h log.h \
|
||||||
@ -195,12 +190,11 @@ spawn.o: spawn.c spawn.h defines.h buffer.h crypt.h line.h utf8.h \
|
|||||||
display.h estruct.h retcode.h edef.h file.h flook.h input.h bind.h log.h \
|
display.h estruct.h retcode.h edef.h file.h flook.h input.h bind.h log.h \
|
||||||
terminal.h window.h
|
terminal.h window.h
|
||||||
tcap.o: tcap.c terminal.h defines.h display.h estruct.h retcode.h edef.h \
|
tcap.o: tcap.c terminal.h defines.h display.h estruct.h retcode.h edef.h \
|
||||||
buffer.h crypt.h line.h utf8.h termio.h
|
termio.h
|
||||||
termio.o: termio.c termio.h estruct.h retcode.h utf8.h
|
termio.o: termio.c termio.h estruct.h retcode.h utf8.h
|
||||||
utf8.o: utf8.c utf8.h
|
utf8.o: utf8.c utf8.h
|
||||||
vmsvt.o: vmsvt.c estruct.h retcode.h edef.h buffer.h crypt.h line.h \
|
vmsvt.o: vmsvt.c estruct.h retcode.h edef.h
|
||||||
utf8.h
|
vt52.o: vt52.c estruct.h retcode.h edef.h
|
||||||
vt52.o: vt52.c estruct.h retcode.h edef.h buffer.h crypt.h line.h utf8.h
|
|
||||||
window.o: window.c window.h defines.h buffer.h crypt.h line.h utf8.h \
|
window.o: window.c window.h defines.h buffer.h crypt.h line.h utf8.h \
|
||||||
basic.h display.h edef.h estruct.h retcode.h execute.h terminal.h \
|
basic.h display.h edef.h estruct.h retcode.h execute.h terminal.h \
|
||||||
wrapper.h
|
wrapper.h
|
||||||
|
1
bind.c
1
bind.c
@ -13,6 +13,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
#include "edef.h"
|
||||||
#include "bindable.h"
|
#include "bindable.h"
|
||||||
#include "buffer.h"
|
#include "buffer.h"
|
||||||
#include "display.h"
|
#include "display.h"
|
||||||
|
2
bind.h
2
bind.h
@ -1,8 +1,6 @@
|
|||||||
#ifndef _BIND_H_
|
#ifndef _BIND_H_
|
||||||
#define _BIND_H_
|
#define _BIND_H_
|
||||||
|
|
||||||
#include "edef.h"
|
|
||||||
|
|
||||||
#define APROP 1 /* Add code for Apropos command */
|
#define APROP 1 /* Add code for Apropos command */
|
||||||
|
|
||||||
#if APROP
|
#if APROP
|
||||||
|
1
ebind.c
1
ebind.c
@ -13,6 +13,7 @@
|
|||||||
|
|
||||||
#include "basic.h"
|
#include "basic.h"
|
||||||
#include "bind.h"
|
#include "bind.h"
|
||||||
|
#include "edef.h"
|
||||||
#include "bindable.h"
|
#include "bindable.h"
|
||||||
#include "buffer.h"
|
#include "buffer.h"
|
||||||
#include "eval.h"
|
#include "eval.h"
|
||||||
|
1
edef.h
1
edef.h
@ -10,7 +10,6 @@
|
|||||||
#ifndef EDEF_H_
|
#ifndef EDEF_H_
|
||||||
#define EDEF_H_
|
#define EDEF_H_
|
||||||
|
|
||||||
#include "buffer.h"
|
|
||||||
#include "estruct.h"
|
#include "estruct.h"
|
||||||
|
|
||||||
/* Initialized global external declarations. */
|
/* Initialized global external declarations. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user