1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(TABDLY): Defined.

This commit is contained in:
Richard M. Stallman 1994-04-13 22:23:00 +00:00
parent ed2ef6c9e0
commit 00c1bef4ea

View File

@ -20,6 +20,7 @@
#define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
/* netbsd uses OXTABS instead of the expected TAB3. */
#define TABDLY OXTABS
#define TAB3 OXTABS
#define A_TEXT_OFFSET(x) (sizeof (struct exec))