From 5fcb671c83a7bc2f473f19ce1c7c769d6b0f4a8f Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Tue, 29 Sep 1992 20:08:08 +0000 Subject: [PATCH] Fix comment syntax after #endif. From-SVN: r2280 --- gcc/regclass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/regclass.c b/gcc/regclass.c index 03e0d84a55d..76b87e79325 100644 --- a/gcc/regclass.c +++ b/gcc/regclass.c @@ -182,7 +182,7 @@ static int forbidden_inc_dec_class[N_REG_CLASSES]; static char *in_inc_dec; -#endif FORBIDDEN_INC_DEC_CLASSES +#endif /* FORBIDDEN_INC_DEC_CLASSES */ /* Function called only once to initialize the above data on reg usage. Once this is done, various switches may override. */ -- 2.30.2