Deleted Added
full compact
40c40
< "$FreeBSD: head/usr.bin/indent/lexi.c 93440 2002-03-30 17:10:20Z dwmalone $";
---
> "$FreeBSD: head/usr.bin/indent/lexi.c 98771 2002-06-24 17:40:27Z jmallett $";
156c156
< register struct templ *p;
---
> struct templ *p;
318c318
< register char *tp = buf_ptr;
---
> char *tp = buf_ptr;
591c591
< register struct templ *p = specials;
---
> struct templ *p = specials;