From 5efb104680a4b5552fec02cb1a69804682cbe42f Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Wed, 4 Feb 2004 20:27:12 +0000 Subject: alpha.c, [...]: Revert the replacements of "FALLTHRU" with "Fall through" done in the previous... * config/alpha/alpha.c, config/arc/arc.c, config/avr/avr.c, config/i386/i386.c, config/i386/i386.h, config/i386/i386.md, config/ia64/ia64.c, config/ia64/unwind-ia64.c, config/m32r/m32r.c, config/ns32k/ns32k.c, config/pa/pa.c, config/pdp11/pdp11.c, config/rs6000/rs6000.c, config/sparc/sparc.c, config/vax/vax.c: Revert the replacements of "FALLTHRU" with "Fall through" done in the previous patch. From-SVN: r77269 --- gcc/config/avr/avr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/config/avr') diff --git a/gcc/config/avr/avr.c b/gcc/config/avr/avr.c index 716667a2ae2..331f7cdfa64 100644 --- a/gcc/config/avr/avr.c +++ b/gcc/config/avr/avr.c @@ -4825,7 +4825,7 @@ avr_rtx_costs (rtx x, int code, int outer_code, int *total) *total = 2; return true; } - /* Fall through. */ + /* FALLTHRU */ case CONST: case LABEL_REF: -- cgit v1.2.1