/*
**	termStrings.c
**
**	Declaration of builtin language strings
**
**	Copyright © 1990-1994 by Olaf `Olsen' Barthel
**		All Rights Reserved
*/

#define CATCOMP_ARRAY

#define CatCompArray __far CatCompArray

#include "termStrings.h"

#undef CatCompArray
#define CatCompArray CatCompArray

struct CatCompArrayType	*AppStrings	= &CatCompArray[0];
LONG			 NumAppStrings	= sizeof(CatCompArray) / sizeof(struct CatCompArrayType);
