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

Move globals rval and tabmask to eval and line.

This commit is contained in:
2013-10-10 11:42:33 +08:00
parent 96ca2e8580
commit bd14ff374f
7 changed files with 10 additions and 12 deletions

View File

@@ -249,7 +249,6 @@
/* Internal defined functions */
#define nextab(a) (a & ~tabmask) + (tabmask+1)
#ifdef abs
#undef abs
#endif