diff options
Diffstat (limited to 'gcc/c-dump.h')
-rw-r--r-- | gcc/c-dump.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/c-dump.h b/gcc/c-dump.h index 58c327b1777..4c4962c9a5c 100644 --- a/gcc/c-dump.h +++ b/gcc/c-dump.h @@ -53,9 +53,9 @@ struct dump_info { /* The stream on which to dump the information. */ FILE *stream; - /* The original node. */ + /* The original node. */ tree node; - /* User flags. */ + /* User flags. */ int flags; /* The next unused node index. */ unsigned int index; |