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
ef91cb39
Commit
ef91cb39
authored
Apr 04, 2000
by
Ted Lemon
Browse files
STRING -> STRING_TOKEN
parent
291c524f
Changes
2
Hide whitespace changes
Inline
Side-by-side
common/conflex.c
View file @
ef91cb39
...
...
@@ -43,7 +43,7 @@
#ifndef lint
static
char
copyright
[]
=
"$Id: conflex.c,v 1.
69
2000/0
3/17 03:59:00
mellon Exp $ Copyright (c) 1995-2000 The Internet Software Consortium. All rights reserved.
\n
"
;
"$Id: conflex.c,v 1.
70
2000/0
4/04 06:25:51
mellon Exp $ Copyright (c) 1995-2000 The Internet Software Consortium. All rights reserved.
\n
"
;
#endif
/* not lint */
#include
"dhcpd.h"
...
...
@@ -841,7 +841,7 @@ static enum dhcp_token intern (atom, dfv)
if
(
!
strcasecmp
(
atom
+
1
,
"igned"
))
return
SIGNED
;
if
(
!
strcasecmp
(
atom
+
1
,
"tring"
))
return
STRING
;
return
STRING
_TOKEN
;
if
(
!
strcasecmp
(
atom
+
1
,
"uffix"
))
return
SUFFIX
;
if
(
!
strcasecmp
(
atom
+
1
,
"earch"
))
...
...
common/parse.c
View file @
ef91cb39
...
...
@@ -43,7 +43,7 @@
#ifndef lint
static
char
copyright
[]
=
"$Id: parse.c,v 1.6
8
2000/0
3/18 03:34:0
5 mellon Exp $ Copyright (c) 1995-2000 The Internet Software Consortium. All rights reserved.
\n
"
;
"$Id: parse.c,v 1.6
9
2000/0
4/04 06:27:3
5 mellon Exp $ Copyright (c) 1995-2000 The Internet Software Consortium. All rights reserved.
\n
"
;
#endif
/* not lint */
#include
"dhcpd.h"
...
...
@@ -1055,7 +1055,7 @@ int parse_option_code_definition (cfile, option)
}
no_more_in_record
=
1
;
break
;
case
STRING
:
case
STRING
_TOKEN
:
type
=
'X'
;
goto
no_arrays
;
...
...
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