From d969ae0b7b1872c931f0da6736e459b6ce6fc981 Mon Sep 17 00:00:00 2001 From: gingold Date: Fri, 10 Mar 2006 02:14:40 +0000 Subject: mcode code generator added --- ortho/mcode/ortho_nodes.ads | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 ortho/mcode/ortho_nodes.ads (limited to 'ortho/mcode/ortho_nodes.ads') diff --git a/ortho/mcode/ortho_nodes.ads b/ortho/mcode/ortho_nodes.ads new file mode 100644 index 0000000..7a2df3f --- /dev/null +++ b/ortho/mcode/ortho_nodes.ads @@ -0,0 +1,2 @@ +with Ortho_Mcode; +package Ortho_Nodes renames Ortho_Mcode; -- cgit