From: Ted Lemon Date: Thu, 4 Jan 2001 00:02:06 +0000 (+0000) Subject: - Add a null statement type, so that uninitialized statements won't X-Git-Tag: V3-BETA-2-PATCH-12~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59ae3999ddc069e6b37937694fd70e08831d4445;p=thirdparty%2Fdhcp.git - Add a null statement type, so that uninitialized statements won't masquerade as if statements. --- diff --git a/includes/statement.h b/includes/statement.h index 0d93b36cc..04da3d88d 100644 --- a/includes/statement.h +++ b/includes/statement.h @@ -45,6 +45,7 @@ struct executable_statement { int refcnt; struct executable_statement *next; enum statement_op { + null_statement, if_statement, add_statement, eval_statement,