home *** CD-ROM | disk | FTP | other *** search
- #include "state.hpp" // pour State::tabInitial
- #include "statecod.cod" // pour les noms des etats
- #include "allcodes.cod" // pour MAX_CLASSES et MAX_FINA_STATE
-
- int StateTabFinal [MAX_CLASSES][MAX_FINA_STATE] =
- {
- #include "statfina.cod"
- };
- int* State::tabFinal = (int*)StateTabFinal; // CONVERSION DANGEUREUSE !!
-