]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add expr_known to expression type enum.
authorTed Lemon <source@isc.org>
Mon, 12 Apr 1999 22:14:36 +0000 (22:14 +0000)
committerTed Lemon <source@isc.org>
Mon, 12 Apr 1999 22:14:36 +0000 (22:14 +0000)
includes/tree.h

index 2cfe2357c11bb8682dad3d8e28302c488e623b2c..1f967f2b38e51c3f9684d855ce38d50f54f10344 100644 (file)
@@ -77,6 +77,7 @@ enum expr_op {
        expr_const_int,
        expr_exists,
        expr_encapsulate,
+       expr_known,
 };
 
 struct expression {