15 lines
311 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
#ifndef LSBRK_DEFINED
#define LSBRK_DEFINED
#include "lsdefs.h"
typedef struct lsbrk /* breaking information unit */
{
BYTE fBreak; /* break for neibours */
BYTE fBreakAcrossSpaces; /* break across spaces */
} LSBRK;
#endif /* !LSBRK_DEFINED */