[connect.audit] definition module loops

gmurray@ibmpcug.co.uk (G Murray) (05/12/91)

In article <75730@eerie.acsu.Buffalo.EDU> bowen@cs.Buffalo.EDU (Devon E Bowen) writes:
> 
> What are the rules regarding circular imports? For example, the following
 
 Stony Brook explicitly states that circular imports are not allowed.
The general rule that they apply is that the order of compilation is such
that the definition modules for all modules are imported *must* be compiled
before the module that imports them.

 I would think that most, if not all, compilers imposed similar restrictions
on circular imports. 


----------------------------------------------------------------------
Graham Murray			  Email gmurray@ibmpcug.co.uk
Senior Programmer		    OR  gmurray@cix.compulink.co.uk
Gravatom Technology Ltd		  Voice +44 329 823986
----------------------------------------------------------------------

-- 
Automatic Disclaimer:
The views expressed above are those of the author alone and may not
represent the views of the IBM PC User Group.
--