From e45ed4de44d39af778e4f7ebac4e79ddbfbc53b6 Mon Sep 17 00:00:00 2001 From: Zack Weinberg Date: Wed, 27 Jan 1999 07:28:14 +0000 Subject: [PATCH] Remove trigraph in comment From-SVN: r24881 --- gcc/fold-const.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/fold-const.c b/gcc/fold-const.c index 2beab08c3aa..9b17374f80b 100644 --- a/gcc/fold-const.c +++ b/gcc/fold-const.c @@ -2375,7 +2375,7 @@ eval_subst (arg, old0, new0, old1, new1) default: break; } - /* fall through (???) */ + /* fall through - ??? */ case '<': { -- 2.30.2