mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-26 03:11:56 -05:00
double isc_lex_gettoken
This commit is contained in:
parent
55ea93b0b1
commit
b2c1904c6f
1 changed files with 1 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: base64.c,v 1.1 1999/05/18 17:46:58 bwelling Exp $ */
|
||||
/* $Id: base64.c,v 1.2 1999/05/19 01:17:14 marka Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
|
|
@ -195,7 +195,6 @@ gettoken(isc_lex_t *lexer, isc_token_t *token, isc_tokentype_t expect,
|
|||
else if (expect == isc_tokentype_number)
|
||||
options |= ISC_LEXOPT_NUMBER;
|
||||
result = isc_lex_gettoken(lexer, options, token);
|
||||
result = isc_lex_gettoken(lexer, options, token);
|
||||
switch (result) {
|
||||
case ISC_R_SUCCESS:
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in a new issue