in reply to Re^2: repeated use of module and EXPORT
in thread repeated use of module and EXPORT

Yes there is - you don't know how to make it work. Listen to MidLifeXis suggeststion, and put the common functions in a another module.
  • Comment on Re^3: repeated use of module and EXPORT

Replies are listed 'Best First'.
Re^4: repeated use of module and EXPORT
by rpelak (Sexton) on May 23, 2008 at 18:36 UTC
    Actually, no that still doesn't work. The Z module is a dbg module. Every function no matter where it is in any module will still have some dbg code in it. So you would still have the loop of dbg calling the new module and the new module calling dbg.