mirror of
https://github.com/rfivet/uemacs.git
synced 2025-11-23 11:41:15 -05:00
remove exec from efunc.
This commit is contained in:
1
bind.c
1
bind.c
@@ -15,6 +15,7 @@
|
|||||||
#include "estruct.h"
|
#include "estruct.h"
|
||||||
#include "edef.h"
|
#include "edef.h"
|
||||||
#include "efunc.h"
|
#include "efunc.h"
|
||||||
|
#include "exec.h"
|
||||||
#include "file.h"
|
#include "file.h"
|
||||||
#include "fileio.h"
|
#include "fileio.h"
|
||||||
#include "line.h"
|
#include "line.h"
|
||||||
|
|||||||
1
ebind.h
1
ebind.h
@@ -9,6 +9,7 @@
|
|||||||
#define EBIND_H_
|
#define EBIND_H_
|
||||||
|
|
||||||
#include "crypt.h"
|
#include "crypt.h"
|
||||||
|
#include "exec.h"
|
||||||
#include "file.h"
|
#include "file.h"
|
||||||
#include "line.h"
|
#include "line.h"
|
||||||
|
|
||||||
|
|||||||
3
efunc.h
3
efunc.h
@@ -47,9 +47,6 @@
|
|||||||
/* buffer.c */
|
/* buffer.c */
|
||||||
#include "buffer.h"
|
#include "buffer.h"
|
||||||
|
|
||||||
/* exec.c */
|
|
||||||
#include "exec.h"
|
|
||||||
|
|
||||||
/* spawn.c */
|
/* spawn.c */
|
||||||
#include "spawn.h"
|
#include "spawn.h"
|
||||||
|
|
||||||
|
|||||||
1
eval.c
1
eval.c
@@ -13,6 +13,7 @@
|
|||||||
#include "estruct.h"
|
#include "estruct.h"
|
||||||
#include "edef.h"
|
#include "edef.h"
|
||||||
#include "efunc.h"
|
#include "efunc.h"
|
||||||
|
#include "exec.h"
|
||||||
#include "fileio.h"
|
#include "fileio.h"
|
||||||
#include "line.h"
|
#include "line.h"
|
||||||
#include "version.h"
|
#include "version.h"
|
||||||
|
|||||||
1
input.c
1
input.c
@@ -16,6 +16,7 @@
|
|||||||
#include "estruct.h"
|
#include "estruct.h"
|
||||||
#include "edef.h"
|
#include "edef.h"
|
||||||
#include "efunc.h"
|
#include "efunc.h"
|
||||||
|
#include "exec.h"
|
||||||
#include "wrapper.h"
|
#include "wrapper.h"
|
||||||
|
|
||||||
#if PKCODE
|
#if PKCODE
|
||||||
|
|||||||
Reference in New Issue
Block a user