diff options
author | Alan Modra <amodra@gmail.com> | 2002-06-08 07:39:45 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-06-08 07:39:45 +0000 |
commit | 4da711b14026562389029483a14b497f2d951522 (patch) | |
tree | 809e615348a39aa8c3a9135eccd8e4f7e5b83433 /ld/ldlex.l | |
parent | b1f88ebebf2f43710223a81747ee7d8504e94b47 (diff) | |
download | gdb-4da711b14026562389029483a14b497f2d951522.zip gdb-4da711b14026562389029483a14b497f2d951522.tar.gz gdb-4da711b14026562389029483a14b497f2d951522.tar.bz2 |
* 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.l | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |