aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/m4
diff options
context:
space:
mode:
authorJuli Mallett <jmallett@FreeBSD.org>2002-04-20 21:13:00 +0000
committerJuli Mallett <jmallett@FreeBSD.org>2002-04-20 21:13:00 +0000
commit815bee2f7bc92047b94fed355d3517973e8e9bc2 (patch)
tree4e8e7a7a1cb65300c8b16353d8ac0ca7a0e3f83d /usr.bin/m4
parent6541d27cad997ce510553d4b5c3cec822474ef50 (diff)
Notes
Diffstat (limited to 'usr.bin/m4')
-rw-r--r--usr.bin/m4/gnum4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/m4/gnum4.c b/usr.bin/m4/gnum4.c
index 5ff289a9fae46..2ba45f2618273 100644
--- a/usr.bin/m4/gnum4.c
+++ b/usr.bin/m4/gnum4.c
@@ -279,7 +279,7 @@ add_sub(n, string, re, pm)
regmatch_t *pm;
{
if (n > re->re_nsub)
- warnx("No subexpression %d", n);
+ warnx("No subexpression %u", n);
/* Subexpressions that did not match are
* not an error. */
else if (pm[n].rm_so != -1 &&