Dmitry V. Levin
fa25b864cd
This kind of interpackage dependencies appeared to be problematic.
This reverts commit f4d876f935
.
8 lines
135 B
C
8 lines
135 B
C
#ifndef INTERDEP_H
|
|
#define INTERDEP_H
|
|
|
|
/* Perform inter-package analysis and optimizations. */
|
|
int processInterdep(Spec spec);
|
|
|
|
#endif
|