/*
 *
 *  (c) COPYRIGHT INRIA, 1996.
 *  Please first read the full copyright statement in file COPYRIGHT.
 *
 */
 
#ifndef _THOTLIB_CONSTTYPO_H_
#define _THOTLIB_CONSTTYPO_H_
/* consttypo.h : Declaration des constantes du correcteur typo */
/* H. Richy - Avril 93                                     */

#define Lg_Exp     70  /* Nb max de caracteres dans une expression typo */
#define LgMaxTypes 150

#define MaxTProp  10  /* Nb max de propositions du correcteur */
#define MaxTVerif     10  /* nb max de controles typo differents  */
#define MaxTTypes     10 /* nb max de types concernes par les verif typo */
#define MaxTRule    100 /* nb max de regles typo d'une langue */
#endif /* _THOTLIB_CONSTTYPO_H_ */
