The definitions of lastline, currline and firstline are made
extern in graph.h. The space reserving declaration is made in graph.c.
This commit is contained in:
parent
b2dfaa494e
commit
92587276da
@ -7,6 +7,10 @@ static char rcs_id[] = "$Header$" ;
|
||||
|
||||
List *forwardlabel=0;
|
||||
|
||||
Linerecord *firstline,
|
||||
*currline,
|
||||
*lastline;
|
||||
|
||||
/* Line management is handled here */
|
||||
|
||||
Linerecord *srchline(nr)
|
||||
|
||||
@ -28,7 +28,7 @@ typedef struct LINERECORD{
|
||||
int fixed; /* fixation of block */
|
||||
} Linerecord;
|
||||
|
||||
Linerecord *firstline,
|
||||
extern Linerecord *firstline,
|
||||
*currline,
|
||||
*lastline;
|
||||
extern List *forwardlabel;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user