mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-09-01 06:45:27 +00:00
HEAD build failure reparation. [ISC-Bugs #17115]
This commit is contained in:
@@ -36,6 +36,7 @@
|
|||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|
||||||
static int get_char PROTO ((struct parse *));
|
static int get_char PROTO ((struct parse *));
|
||||||
|
static void unget_char(struct parse *, int);
|
||||||
static void skip_to_eol PROTO ((struct parse *));
|
static void skip_to_eol PROTO ((struct parse *));
|
||||||
static enum dhcp_token read_whitespace(int c, struct parse *cfile);
|
static enum dhcp_token read_whitespace(int c, struct parse *cfile);
|
||||||
static enum dhcp_token read_string PROTO ((struct parse *));
|
static enum dhcp_token read_string PROTO ((struct parse *));
|
||||||
@@ -203,7 +204,7 @@ static int get_char (cfile)
|
|||||||
/*
|
/*
|
||||||
* Return a character to our input buffer.
|
* Return a character to our input buffer.
|
||||||
*/
|
*/
|
||||||
static int
|
static void
|
||||||
unget_char(struct parse *cfile, int c) {
|
unget_char(struct parse *cfile, int c) {
|
||||||
if (c != EOF) {
|
if (c != EOF) {
|
||||||
cfile->bufix--;
|
cfile->bufix--;
|
||||||
|
Reference in New Issue
Block a user