summaryrefslogtreecommitdiffstats
path: root/usr.bin/more/tags.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/more/tags.c')
-rw-r--r--usr.bin/more/tags.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/more/tags.c b/usr.bin/more/tags.c
index 22cdc93..4a082e4 100644
--- a/usr.bin/more/tags.c
+++ b/usr.bin/more/tags.c
@@ -373,9 +373,9 @@ found:
/*
* The queue of tags generated by the last findgtag() call.
*/
-static CIRCLEQ_HEAD(gtag_q, struct gtag) gtag_q;
+static CIRCLEQ_HEAD(gtag_q, gtag) gtag_q;
struct gtag {
- CIRCLEQ_ENTRY(struct gtag) ptrs;
+ CIRCLEQ_ENTRY(gtag) ptrs;
char *file; /* source file containing the tag */
int line; /* appropriate line number of source file */
};
OpenPOWER on IntegriCloud