fixes
This commit is contained in:
parent
b6d98463b4
commit
90a99688be
4 changed files with 6 additions and 1243 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue