aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1994-05-19 21:05:08 +0000
committerRichard M. Stallman <[email protected]>1994-05-19 21:05:08 +0000
commit4607ea99adc679a7593d8d530f9c2aabfd5fb279 (patch)
tree4f1868cc5cdd36eb83eabec6feb06b3d3b5003e2 /lib-src
parent6016579d519c7a50b498e56774882356d0ee20aa (diff)
(write_c_args): Put `default' in upper case.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/make-docfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/make-docfile.c b/lib-src/make-docfile.c
index b865845cfc..58062efeee 100644
--- a/lib-src/make-docfile.c
+++ b/lib-src/make-docfile.c
@@ -217,7 +217,7 @@ write_c_args (out, func, buf, minargs, maxargs)
|| ('0' <= p[6] && p[6] <= '9')
|| p[6] == '_'))
{
- fprintf (out, "default");
+ fprintf (out, "DEFAULT");
p += 5;
in_ident = 0;
just_spaced = 0;