From: Ted Lemon Date: Thu, 1 Jul 1999 18:53:46 +0000 (+0000) Subject: ADD -> TOKEN_ADD X-Git-Tag: V3-BETA-1-PATCH-0~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb018e2be510f515c580f19bb7c55ccf8d434d2f;p=thirdparty%2Fdhcp.git ADD -> TOKEN_ADD --- diff --git a/common/parse.c b/common/parse.c index c00381427..ab44c8f93 100644 --- a/common/parse.c +++ b/common/parse.c @@ -22,7 +22,7 @@ #ifndef lint static char copyright[] = -"$Id: parse.c,v 1.24 1999/05/27 14:15:09 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n"; +"$Id: parse.c,v 1.25 1999/07/01 18:53:46 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" @@ -1182,7 +1182,7 @@ struct executable_statement *parse_executable_statement (cfile, lose) next_token (&val, cfile); stmt = parse_if_statement (cfile, lose); return stmt; - case ADD: + case TOKEN_ADD: token = next_token (&val, cfile); token = next_token (&val, cfile); if (token != STRING) {