summaryrefslogtreecommitdiff
path: root/src/context.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/context.c')
-rw-r--r--src/context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/context.c b/src/context.c
index 30f8fd4..b3cfa7d 100644
--- a/src/context.c
+++ b/src/context.c
@@ -433,7 +433,7 @@ pr_unidiff_hunk (struct change *hunk)
2*CONTEXT unchanged lines appear, and return a pointer
to the 'struct change' for the last change before those lines. */
-static struct change * _GL_ATTRIBUTE_PURE
+static struct change * ATTRIBUTE_PURE
find_hunk (struct change *start)
{
struct change *prev;