mirror of
https://github.com/rfivet/uemacs.git
synced 2025-11-23 11:41:15 -05:00
Remove eval from efunc.
This commit is contained in:
1
ebind.h
1
ebind.h
@@ -11,6 +11,7 @@
|
||||
#include "bind.h"
|
||||
#include "buffer.h"
|
||||
#include "crypt.h"
|
||||
#include "eval.h"
|
||||
#include "exec.h"
|
||||
#include "file.h"
|
||||
#include "isearch.h"
|
||||
|
||||
3
efunc.h
3
efunc.h
@@ -26,9 +26,6 @@
|
||||
/* input.c */
|
||||
#include "input.h"
|
||||
|
||||
/* eval.c */
|
||||
#include "eval.h"
|
||||
|
||||
#if BSD | SVR4
|
||||
/* lock.c */
|
||||
#include "lock.h"
|
||||
|
||||
1
exec.c
1
exec.c
@@ -17,6 +17,7 @@
|
||||
#include "estruct.h"
|
||||
#include "edef.h"
|
||||
#include "efunc.h"
|
||||
#include "eval.h"
|
||||
#include "file.h"
|
||||
#include "line.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user