1
0
mirror of https://github.com/PDP-10/its.git synced 2026-03-24 01:27:33 +00:00

Remove trailing ^C characters.

This commit is contained in:
Lars Brinkhoff
2018-11-02 11:34:39 +01:00
parent 2da97147a7
commit 6fc0766e07
8 changed files with 0 additions and 8 deletions

View File

@@ -83,4 +83,3 @@ typedef struct _progent progent;
# define wleft(w) ((w)>>18)
# define wright(w) ((w)&0777777)
# define wcons(l,r) (((l)<<18)|((r)&0777777))


View File

@@ -8,4 +8,3 @@ l sjob.stk
l ar3:c;jobs
l ar3:c;c10fnm
o ts.stinkr


View File

@@ -113,4 +113,3 @@ soend (count, jch, ofd)
{souti (checksum);
}


View File

@@ -164,4 +164,3 @@ rj40 (n) /* right justify a SQUOZE coded symbol (remove trailing blanks) */
}
return (n);
}


View File

@@ -259,4 +259,3 @@ dofixup (f, val) fixup f;
}
jwrite (lc, jread (lc) + val);
}


View File

@@ -528,4 +528,3 @@ defdot ()
else symdef (s, loc);
}
}


View File

@@ -227,4 +227,3 @@ fcreturn (p) fxlist p;
{p->p = freelist;
freelist = p;
}


View File

@@ -350,4 +350,3 @@ int sopen (fnbuf, m, o) char fnbuf[], *o;
else return (f);
}
}