2000-08-29 Kazu Hirata <kazu@hxi.com>
* app.c: Fix a comment typo. Fix formatting.
This commit is contained in:
parent
23e049712d
commit
3ee4defc44
2 changed files with 17 additions and 13 deletions
|
@ -1,3 +1,7 @@
|
|||
2000-08-29 Kazu Hirata <kazu@hxi.com>
|
||||
|
||||
* app.c: Fix a comment typo. Fix formatting.
|
||||
|
||||
2000-08-25 J. David Anglin <dave@hiauly1.hia.nrc.ca>
|
||||
|
||||
* tc-vax.c (md_convert_frag): Correctly calculate the pc relative
|
||||
|
|
|
@ -1031,7 +1031,7 @@ do_scrub_chars (get, tostart, tolen)
|
|||
--add_newlines;
|
||||
UNGET (ch);
|
||||
}
|
||||
/* fall thru into... */
|
||||
/* Fall through. */
|
||||
|
||||
case LEX_IS_LINE_SEPARATOR:
|
||||
state = 0;
|
||||
|
@ -1046,7 +1046,7 @@ do_scrub_chars (get, tostart, tolen)
|
|||
UNGET (ch2);
|
||||
goto de_fault;
|
||||
}
|
||||
/* read and skip to end of line */
|
||||
/* Read and skip to end of line. */
|
||||
do
|
||||
{
|
||||
ch = GET ();
|
||||
|
@ -1123,7 +1123,7 @@ do_scrub_chars (get, tostart, tolen)
|
|||
PUT ('\n');
|
||||
break;
|
||||
}
|
||||
/* Loks like `# 123 "filename"' from cpp. */
|
||||
/* Looks like `# 123 "filename"' from cpp. */
|
||||
UNGET (ch);
|
||||
old_state = 4;
|
||||
state = -1;
|
||||
|
|
Loading…
Reference in a new issue