summaryrefslogtreecommitdiff
path: root/ld/ldlex.l
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2002-06-08 07:39:45 +0000
committerAlan Modra <amodra@bigpond.net.au>2002-06-08 07:39:45 +0000
commitdf0c0e1d8e2da545e84122b0bd8cc2e00a1f3929 (patch)
tree4d3e4ed9d5c44599d5a2225dbcfb3a09de33d44c /ld/ldlex.l
parent615cba6c64eaa7cf1b30ea3ff68fdb74076494cb (diff)
downloadbinutils-redhat-df0c0e1d8e2da545e84122b0bd8cc2e00a1f3929.tar.gz
* ldexp.c: Replace CONST with const.
* ldfile.c: Likewise. * ldfile.h: Likewise. * ldlex.l: Likewise. * mri.c: Likewise. * pe-dll.h: Likewise.
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 9c46a157ae..cacec19291 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;