/*
 * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
 * See the copyright notice in the ACK home directory, in the file "Copyright".
 */
/* $Header$ */

/*	Lint class constants	*/

#define	LFDF	'a'	/* Library Function Definition */
#define	LVDF	'b'	/* Library Variable Definition */
#define	EFDF	'c'	/* External Function Definition */
#define	EVDF	'd'	/* External Variable Definition */
#define	EFDC	'e'	/* External Function Declaration */
#define	EVDC	'f'	/* External Variable Declaration */
#define	IFDC	'g'	/* Implicit Function Declaration */
#define	SFDF	'h'	/* Static Function Definition */
#define	SVDF	'i'	/* Static Variable Definition */
#define	FC	'j'	/* Function Call */
#define	VU	'k'	/* Variable Usage */
#define	XXDF	'l'	/* Ignore Class */