2
0
mirror of https://github.com/bebbo/amigaos-binutils-2.14.git synced 2025-12-08 22:38:24 +00:00

be nice to Eclipse

This commit is contained in:
bebbo
2018-03-11 20:00:45 +01:00
parent e35204ad1d
commit 9271de17ff
5 changed files with 64 additions and 56 deletions

View File

@ -501,9 +501,9 @@ static char *scrub_string;
static char *scrub_string_end;
static int
scrub_from_string (buf, buflen)
char *buf;
int buflen;
scrub_from_string (
char *buf,
int buflen)
{
int copy;
@ -518,8 +518,8 @@ scrub_from_string (buf, buflen)
/* We read the file, putting things into a web that represents what we
have been reading. */
void
read_a_source_file (name)
char *name;
read_a_source_file (
char *name)
{
register char c;
register char *s; /* String of symbol, '\0' appended. */