summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--contrib/gperf/lib/getline.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gperf/lib/getline.cc b/contrib/gperf/lib/getline.cc
index d3393fb..859e388 100644
--- a/contrib/gperf/lib/getline.cc
+++ b/contrib/gperf/lib/getline.cc
@@ -57,7 +57,7 @@ getstr (char **lineptr, size_t *n, FILE *stream, char terminator, size_t offset)
for (;;)
{
- register int c = getc (stream);
+ int c = getc (stream);
/* We always want at least one char left in the buffer, since we
always (unless we get an error while reading the first char)
OpenPOWER on IntegriCloud