From: Ted Lemon Date: Tue, 15 Feb 2000 19:42:09 +0000 (+0000) Subject: Add let and define. X-Git-Tag: V3-BETA-2-PATCH-1~308 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=558f4a0aa7e38a458f2ab4fed2b50aa43dd321e7;p=thirdparty%2Fdhcp.git Add let and define. --- diff --git a/includes/statement.h b/includes/statement.h index 2322caa30..185d1dd32 100644 --- a/includes/statement.h +++ b/includes/statement.h @@ -40,7 +40,8 @@ struct executable_statement { default_statement, set_statement, unset_statement, - let_statement + let_statement, + define_statement } op; union { struct {