;**
;**		indent.h:
;**
;**		Header file for the indent macro package.
;**

#define	SEMI_COLON			1			;** Code for semicolon.
#define	OPEN_BRACE			2			;** Code for open brace.
#define	CLOSE_BRACE			3			;** Code for close brace.

#define	BUF_CHANGE_MACRO	1			;** For register_macro --
												;** called when buf changes.

#define	MIN_ABBREV			1			;** Increase this to specify longer
												;** minimum abbreviations.
