1
0
mirror of https://github.com/rfivet/uemacs.git synced 2025-11-23 11:41:15 -05:00

refactor epath into bind and util into eval.

This commit is contained in:
2013-05-17 21:17:16 +08:00
parent 886402ccad
commit e86bdad4fc
5 changed files with 40 additions and 56 deletions

3
eval.c
View File

@@ -13,11 +13,12 @@
#include "efunc.h"
#include "evar.h"
#include "line.h"
#include "util.h"
#include "version.h"
#define MAXVARS 255
#define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0]))
/* User variables */
static struct user_variable uv[MAXVARS + 1];