// hyphen.h
// Angshuman Guha
// aguha
// Jan 9, 2001

#ifndef __INC_HYPHEN_H
#define __INC_HYPHEN_H

#include "fsa.h"

#ifdef __cplusplus
extern "C" {
#endif

extern const STATE_DESCRIPTION aStateDescHYPHEN[];

#ifdef __cplusplus
}
#endif

#endif