Renaming outp to outbufp because outp() is an existing function
This commit is contained in:
parent
36f65fd7c5
commit
6de3f51c23
4 changed files with 11 additions and 11 deletions
|
@ -143,7 +143,7 @@ void setobjname(char *);
|
|||
|
||||
char *basepath( char *fname );
|
||||
|
||||
extern char *outp;
|
||||
extern char *outbufp;
|
||||
extern Token nltoken;
|
||||
extern Source *cursource;
|
||||
extern char *curtime;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue