This commit is contained in:
rsc 2006-04-14 00:15:16 +00:00
parent b6d98463b4
commit 90a99688be
4 changed files with 6 additions and 1243 deletions

View file

@ -1,4 +1,5 @@
#include <stdio.h>
#include <math.h>
#include <ctype.h>
#include <errno.h>
#include "pic.h"
@ -511,7 +512,7 @@ struct symtab*
copythru(char *s) /* collect the macro name or body for thru */
{
struct symtab *p;
char *q, *addnewline();
char *q;
p = lookup(s);
if (p != NULL) {