comparison dmdscript_tango/protoerror.d @ 3:8363a4bf6a8f

rename package: dmdscript to dmdscript_tango
author saaadel
date Sun, 24 Jan 2010 18:33:05 +0200
parents 55c2951c07be
children
comparison
equal deleted inserted replaced
2:cca96fbcc1f8 3:8363a4bf6a8f
17 * For a C++ implementation of DMDScript, including COM support, 17 * For a C++ implementation of DMDScript, including COM support,
18 * see www.digitalmars.com/dscript/cppscript.html. 18 * see www.digitalmars.com/dscript/cppscript.html.
19 */ 19 */
20 20
21 21
22 module dmdscript.protoerror; 22 module dmdscript_tango.protoerror;
23 23
24 import dmdscript.script; 24 import dmdscript_tango.script;
25 import dmdscript.dobject; 25 import dmdscript_tango.dobject;
26 import dmdscript.value; 26 import dmdscript_tango.value;
27 import dmdscript.threadcontext; 27 import dmdscript_tango.threadcontext;
28 import dmdscript.text; 28 import dmdscript_tango.text;
29 import dmdscript.dfunction; 29 import dmdscript_tango.dfunction;
30 import dmdscript.property; 30 import dmdscript_tango.property;
31 31
32 int foo; // cause this module to be linked in 32 int foo; // cause this module to be linked in
33 33
34 /* ===================== D0_constructor ==================== */ 34 /* ===================== D0_constructor ==================== */
35 35