annotate addon/private_import_A.d @ 1630:d0efa3ae5522 default tip

run/mini/naked_asm5: New x86_64 ABI passes the arguments in reverse order.
author David Nadlinger <code@klickverbot.at>
date Sat, 23 Apr 2011 22:57:32 +0200
parents cb22f2d42678
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
218
cb22f2d42678 circumvent import bug
thomask
parents: 101
diff changeset
1 module addon.private_import_A;
90
5a0c46ed4e4a simplified private_import (step 1/2)
thomask
parents:
diff changeset
2
218
cb22f2d42678 circumvent import bug
thomask
parents: 101
diff changeset
3 private import addon.private_import_B;
101
d0492a3bb82b fixed private_import tests
thomask
parents: 90
diff changeset
4
d0492a3bb82b fixed private_import tests
thomask
parents: 90
diff changeset
5 class FooA {
d0492a3bb82b fixed private_import tests
thomask
parents: 90
diff changeset
6
d0492a3bb82b fixed private_import tests
thomask
parents: 90
diff changeset
7 }
d0492a3bb82b fixed private_import tests
thomask
parents: 90
diff changeset
8