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

Move globals defines out of estruct.h.

This commit is contained in:
2013-10-11 11:20:06 +08:00
parent ba2dc0e5f8
commit 94d21c96f3
12 changed files with 53 additions and 53 deletions

2
word.c
View File

@@ -21,6 +21,8 @@
#include "region.h"
#include "window.h"
#define TAB 0x09 /* a tab character */
#if PKCODE
static int justflag = FALSE ; /* justify, don't fill */
#endif