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

Introduce spat_t as search pattern type and reduce need for NPAT as pattern length constant.

This commit is contained in:
2014-06-02 15:16:18 +08:00
parent fa6edaa282
commit 3197080cb1
8 changed files with 30 additions and 27 deletions

View File

@@ -8,7 +8,6 @@
#define ENVFUNC 1
#define NSTRING 128 /* # of bytes, string buffers */
#define NPAT 128 /* # of bytes, pattern */
#define CONTROL 0x10000000 /* Control flag, or'ed in */
#define META 0x20000000 /* Meta flag, or'ed in */