Fix comment syntax after #endif.
authorRichard Stallman <rms@gnu.org>
Tue, 29 Sep 1992 20:08:08 +0000 (20:08 +0000)
committerRichard Stallman <rms@gnu.org>
Tue, 29 Sep 1992 20:08:08 +0000 (20:08 +0000)
From-SVN: r2280

gcc/regclass.c

index 03e0d84a55d9297c8790b346c49b6ceb563bd036..76b87e79325c189d8065831b505fc8b16df08555 100644 (file)
@@ -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.  */