From: Richard Stallman Date: Tue, 29 Sep 1992 20:08:08 +0000 (+0000) Subject: Fix comment syntax after #endif. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5fcb671c83a7bc2f473f19ce1c7c769d6b0f4a8f;p=gcc.git Fix comment syntax after #endif. From-SVN: r2280 --- 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. */