aboutsummaryrefslogtreecommitdiff
path: root/ld/ldlex.l
diff options
context:
space:
mode:
Diffstat (limited to 'ld/ldlex.l')
-rw-r--r--ld/ldlex.l4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/ldlex.l b/ld/ldlex.l
index 9c46a15..cacec19 100644
--- a/ld/ldlex.l
+++ b/ld/ldlex.l
@@ -478,7 +478,7 @@ lex_push_file (file, name)
static YY_BUFFER_STATE
yy_create_string_buffer (string, size)
- CONST char *string;
+ const char *string;
size_t size;
{
YY_BUFFER_STATE b;
@@ -520,7 +520,7 @@ yy_create_string_buffer (string, size)
void
lex_redirect (string)
- CONST char *string;
+ const char *string;
{
YY_BUFFER_STATE tmp;