Changed multi-line C comments into another style.

The left side doesn't look unbalanced.
This commit is contained in:
Greg King
2014-06-30 05:10:35 -04:00
parent 132d57f1ad
commit 0390c34e88
502 changed files with 8869 additions and 8884 deletions

View File

@@ -94,8 +94,8 @@ L1: tax ; Save return value
; /* Push back a character onto the input stream */
; {
; /* We do assume here that the _scanf routine will not push back anything
; * not read, so we can ignore c safely and won't check the index.
; */
; ** not read, so we can ignore c safely and won't check the index.
; */
; --d->index;
; return c;
; }
@@ -129,8 +129,8 @@ L1: tax ; Save return value
; /* Standard C function */
; {
; /* Initialize the data structs. The sscanfdata struct will be passed back
; * to the get and unget functions by _scanf().
; */
; ** to the get and unget functions by _scanf().
; */
; static struct sscanfdata sd;
; static const struct scanfdata d = {
; ( getfunc) get,