From: Fred L. Drake, Jr. Date: Sat, 20 Apr 2002 21:14:48 +0000 (+0000) Subject: Add missing word in comment. X-Git-Tag: R_1_95_3~87 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=16b90ab6279cdeca1e6b69497332d28126069f67;p=libexpat Add missing word in comment. --- diff --git a/expat/configure.in b/expat/configure.in index a3f4eb75..12ab407a 100644 --- a/expat/configure.in +++ b/expat/configure.in @@ -48,7 +48,7 @@ AC_PROG_INSTALL if test "$GCC" = yes ; then dnl dnl Be careful about adding the -fexceptions option; some versions of - dnl don't support it and it causes extra warnings that are only + dnl GCC don't support it and it causes extra warnings that are only dnl distracting; avoid. dnl OLDCFLAGS="$CFLAGS -Wall -Wmissing-prototypes -Wstrict-prototypes"