2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 14:25:41 +00:00

Add let and define.

This commit is contained in:
Ted Lemon
2000-02-15 19:42:09 +00:00
parent 90be147cd9
commit 558f4a0aa7

View File

@@ -40,7 +40,8 @@ struct executable_statement {
default_statement,
set_statement,
unset_statement,
let_statement
let_statement,
define_statement
} op;
union {
struct {