Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / sam-t2 / devtools / amd64 / share / swig / 1.3.26 / ocaml / preamble.swg
CommitLineData
920dae64
AT
1%insert(mli) %{
2exception BadArgs of string
3exception BadMethodName of c_obj * string * string
4exception NotObject of c_obj
5exception NotEnumType of c_obj
6exception LabelNotFromThisEnum of c_obj
7exception InvalidDirectorCall of c_obj
8%}
9
10%insert(ml) %{
11exception BadArgs of string
12exception BadMethodName of c_obj * string * string
13exception NotObject of c_obj
14exception NotEnumType of c_obj
15exception LabelNotFromThisEnum of c_obj
16exception InvalidDirectorCall of c_obj
17%}