aboutsummaryrefslogtreecommitdiff
path: root/backendC/CleanCompilerSources/dumprestore.h
blob: 1bf6cc3bf8fbb664c7b57c5420f0e98e0adf5b01 (plain) (blame)
1
2
3
4
5
6
7
8
# undef DUMP_AND_RESTORE

# ifdef DUMP_AND_RESTORE

extern Bool gDumpAndRestore;
void	CoclBackEnd (ImpMod modulem, char *outputFileName);

# endif /* DUMP_AND_RESTORE */