diff options
Diffstat (limited to 'src/bin/dhcp4/dhcp4_parser.h')
-rw-r--r-- | src/bin/dhcp4/dhcp4_parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/dhcp4/dhcp4_parser.h b/src/bin/dhcp4/dhcp4_parser.h index 2dc3e60d1a..7868faffad 100644 --- a/src/bin/dhcp4/dhcp4_parser.h +++ b/src/bin/dhcp4/dhcp4_parser.h @@ -1481,7 +1481,7 @@ namespace isc { namespace dhcp { enum { yyeof_ = 0, - yylast_ = 970, ///< Last index in yytable_. + yylast_ = 964, ///< Last index in yytable_. yynnts_ = 363, ///< Number of nonterminal symbols. yyfinal_ = 28, ///< Termination state number. yyterror_ = 1, |