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:
@@ -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))
|
||||
|
||||
@@ -8,4 +8,3 @@ l sjob.stk
|
||||
l ar3:c;jobs
|
||||
l ar3:c;c10fnm
|
||||
o ts.stinkr
|
||||
|
||||
@@ -113,4 +113,3 @@ soend (count, jch, ofd)
|
||||
{souti (checksum);
|
||||
}
|
||||
|
||||
|
||||
@@ -164,4 +164,3 @@ rj40 (n) /* right justify a SQUOZE coded symbol (remove trailing blanks) */
|
||||
}
|
||||
return (n);
|
||||
}
|
||||
|
||||
@@ -259,4 +259,3 @@ dofixup (f, val) fixup f;
|
||||
}
|
||||
jwrite (lc, jread (lc) + val);
|
||||
}
|
||||
|
||||
@@ -528,4 +528,3 @@ defdot ()
|
||||
else symdef (s, loc);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -227,4 +227,3 @@ fcreturn (p) fxlist p;
|
||||
{p->p = freelist;
|
||||
freelist = p;
|
||||
}
|
||||
|
||||
@@ -350,4 +350,3 @@ int sopen (fnbuf, m, o) char fnbuf[], *o;
|
||||
else return (f);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user