summaryrefslogtreecommitdiff
path: root/gcc/regclass.c
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-09-29 20:08:08 +0000
committerRichard Stallman <rms@gnu.org>1992-09-29 20:08:08 +0000
commit5fcb671c83a7bc2f473f19ce1c7c769d6b0f4a8f (patch)
tree7d7499f865448eaa4d9ae4c1ab5066c5d9e99b74 /gcc/regclass.c
parente18eb5234211806eb16b16ffe52756f613af0e24 (diff)
downloadgcc-5fcb671c83a7bc2f473f19ce1c7c769d6b0f4a8f.tar.gz
Fix comment syntax after #endif.
From-SVN: r2280
Diffstat (limited to 'gcc/regclass.c')
-rw-r--r--gcc/regclass.c2
1 files changed, 1 insertions, 1 deletions
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. */