/*** bscdump.h
*
*   Copyright <C> 1988, Microsoft Corporation
*
* Revision History:
*
*	28-Jul-1989 dw	Removed extraneous defs of TRUE, FALSE
*       05-Jul-1989 mt  Added the option to list redundant symbols
*
*************************************************************************/
#define BUFLEN		251
#define EXTERNAL	near

typedef char	flagType;
typedef char	buffer[BUFLEN];