Commit 13ac10d7 by Richard Stallman

(scan_string, skip_spaces): Add newline before fn name.

From-SVN: r5889
parent b65be498
...@@ -108,7 +108,8 @@ scan_ident (fp, s, c) ...@@ -108,7 +108,8 @@ scan_ident (fp, s, c)
return c; return c;
} }
int scan_string (fp, s, init) int
scan_string (fp, s, init)
register FILE *fp; register FILE *fp;
register sstring *s; register sstring *s;
{ {
...@@ -140,7 +141,8 @@ int scan_string (fp, s, init) ...@@ -140,7 +141,8 @@ int scan_string (fp, s, init)
/* Skip horizontal white spaces (spaces, tabs, and C-style comments). */ /* Skip horizontal white spaces (spaces, tabs, and C-style comments). */
int skip_spaces (fp, c) int
skip_spaces (fp, c)
register FILE *fp; register FILE *fp;
int c; int c;
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment