mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-30 13:57:50 +00:00
Add expr_known to expression type enum.
This commit is contained in:
@@ -77,6 +77,7 @@ enum expr_op {
|
|||||||
expr_const_int,
|
expr_const_int,
|
||||||
expr_exists,
|
expr_exists,
|
||||||
expr_encapsulate,
|
expr_encapsulate,
|
||||||
|
expr_known,
|
||||||
};
|
};
|
||||||
|
|
||||||
struct expression {
|
struct expression {
|
||||||
|
Reference in New Issue
Block a user