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
|