Changed to declare symbols as extern rather than just mentioning
authordtrg <none@none>
Sat, 22 Jul 2006 00:45:51 +0000 (00:45 +0000)
committerdtrg <none@none>
Sat, 22 Jul 2006 00:45:51 +0000 (00:45 +0000)
them without qualification.

util/ego/sr/sr_xform.h

index 0752cf3..9bf1f3b 100644 (file)
 
 
 
-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.