mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-12-19 01:19:41 +08:00
Fix some K&R isms.
This commit is contained in:
@@ -415,14 +415,14 @@ scan_macro_expansion (char *expansion)
|
||||
|
||||
|
||||
int
|
||||
scanning_macro_expansion ()
|
||||
scanning_macro_expansion (void)
|
||||
{
|
||||
return macro_original_text != 0;
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
finished_macro_expansion ()
|
||||
finished_macro_expansion (void)
|
||||
{
|
||||
/* There'd better be something to pop back to, and we better have
|
||||
saved a pointer to the start of the expanded text. */
|
||||
@@ -461,7 +461,7 @@ null_macro_lookup (const char *name, void *baton)
|
||||
|
||||
|
||||
static int
|
||||
c_preprocess_and_parse ()
|
||||
c_preprocess_and_parse (void)
|
||||
{
|
||||
/* Set up a lookup function for the macro expander. */
|
||||
struct macro_scope *scope = 0;
|
||||
|
||||
Reference in New Issue
Block a user