diff options
Diffstat (limited to 'gcc/input.h')
-rw-r--r-- | gcc/input.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/input.h b/gcc/input.h index 6dd12521eef..f422f74f98f 100644 --- a/gcc/input.h +++ b/gcc/input.h @@ -25,7 +25,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA /* The data structure used to record a location in a translation unit. */ struct location_s GTY (()) { - /* The name of the source file involved. */ + /* The name of the source file involved. */ const char *file; /* The line-location in the source file. */ @@ -53,7 +53,7 @@ extern struct file_stack *input_file_stack; /* Incremented on each change to input_file_stack. */ extern int input_file_stack_tick; -extern void push_srcloc PARAMS ((const char *name, int line)); -extern void pop_srcloc PARAMS ((void)); +extern void push_srcloc (const char *name, int line); +extern void pop_srcloc (void); #endif |