declare SEGHOL

This commit is contained in:
ceriel 1988-09-08 10:26:18 +00:00
parent b5f657aba6
commit 5c126dd968

View file

@ -22,6 +22,7 @@ extern holno, procno;
#define SEGROM 1
#define SEGCON 2
#define SEGBSS 3
#define SEGHOL -1 /* does not exist */
#define swtxt() switchseg( SEGTXT)