Changed to declare symbols as extern rather than just mentioning
them without qualification.
This commit is contained in:
parent
86e20aa483
commit
d220081198
|
@ -11,12 +11,12 @@
|
|||
|
||||
|
||||
|
||||
line_p move_pointer(); /* (offset tmp; int dir ) */
|
||||
extern line_p move_pointer(); /* (offset tmp; int dir ) */
|
||||
/* Generate EM code to load/store a pointer variable
|
||||
* onto/from the stack, depending on dir(ection).
|
||||
* We accept all kinds of pointer sizes.
|
||||
*/
|
||||
make_header() ; /* (loop_p lp) */
|
||||
extern make_header() ; /* (loop_p lp) */
|
||||
/* Make sure that the loop has a header block, i.e. a block
|
||||
* has the loop entry block as its only successor and
|
||||
* that dominates the loop entry block.
|
||||
|
|
Loading…
Reference in a new issue