This commit is contained in:
ceriel 1991-03-22 14:26:10 +00:00
parent 3686d24064
commit 1dff113351
3 changed files with 6 additions and 0 deletions

View file

@ -40,6 +40,8 @@ short curfrag = 3; /* see also peephole.c */
offset rombuf[MAXROM];
int rc;
extern offset aoff();
backward() {
register line_p lnp;
line_p next;

View file

@ -16,6 +16,8 @@ static char rcsid[] = "$Header$";
* Author: Hans van Staveren
*/
extern char *strncpy();
unsigned hash(string) char *string; {
register char *p;
register unsigned i,sum;

View file

@ -12,6 +12,7 @@ static char rcsid[] = "$Header$";
* Author: Hans van Staveren
*/
#ifdef ALLOWSPECIAL
bool special(lpp,bp,patlen)
line_p *lpp;
byte *bp;
@ -20,3 +21,4 @@ int patlen;
return(FALSE);
}
#endif