aboutsummaryrefslogtreecommitdiff
path: root/libcpp/directives.c
diff options
context:
space:
mode:
Diffstat (limited to 'libcpp/directives.c')
-rw-r--r--libcpp/directives.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libcpp/directives.c b/libcpp/directives.c
index 9c988dfa136..c5a1895b86e 100644
--- a/libcpp/directives.c
+++ b/libcpp/directives.c
@@ -2156,7 +2156,8 @@ do_unassert (cpp_reader *pfile)
void
cpp_define (cpp_reader *pfile, const char *str)
{
- char *buf, *p;
+ char *buf;
+ const char *p;
size_t count;
/* Copy the entire option so we can modify it.