SCM Repository
Annotation of /sml/trunk/src/compiler/TopLevel/viscomp/machdep-vc.sig
Parent Directory
|
Revision Log
Revision 165 - (view) (download) (as text)
1 : | monnier | 165 | (* |
2 : | * Copyright 1998 by Bell Laboratories | ||
3 : | * machdep-vc.sig -- machine dependent part of viscomp | ||
4 : | * | ||
5 : | * by Matthias Blume (10/1998) | ||
6 : | *) | ||
7 : | |||
8 : | signature MACHDEP_VC = sig | ||
9 : | structure Profile : PROFILE | ||
10 : | structure Binfile: BINFILE | ||
11 : | structure CMSA: CMSA | ||
12 : | structure Compile : COMPILE | ||
13 : | structure Interact : INTERACT | ||
14 : | val architecture: string | ||
15 : | end | ||
16 : | |||
17 : | |||
18 : | (* | ||
19 : | * $Log$ | ||
20 : | *) |
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |