Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
dhcp
Commits
e9263b5c
Commit
e9263b5c
authored
Aug 29, 2007
by
David Hankins
Browse files
HEAD build failure reparation. [ISC-Bugs #17115]
parent
d19e816e
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/conflex.c
View file @
e9263b5c
...
...
@@ -36,6 +36,7 @@
#include
<ctype.h>
static
int
get_char
PROTO
((
struct
parse
*
));
static
void
unget_char
(
struct
parse
*
,
int
);
static
void
skip_to_eol
PROTO
((
struct
parse
*
));
static
enum
dhcp_token
read_whitespace
(
int
c
,
struct
parse
*
cfile
);
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.
*/
static
int
static
void
unget_char
(
struct
parse
*
cfile
,
int
c
)
{
if
(
c
!=
EOF
)
{
cfile
->
bufix
--
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment