comparison trunk/src/dil/Token.d @ 326:4a7359b88c11

- Added package 'dil' to module declarations.
author aziz
date Tue, 21 Aug 2007 16:35:04 +0000
parents 540ec3753263
children 95f1b6e43214
comparison
equal deleted inserted replaced
325:540ec3753263 326:4a7359b88c11
1 /++ 1 /++
2 Author: Aziz Köksal 2 Author: Aziz Köksal
3 License: GPL3 3 License: GPL3
4 +/ 4 +/
5 module Token; 5 module dil.Token;
6 import std.c.stdlib : malloc, free; 6 import std.c.stdlib : malloc, free;
7 import std.outofmemory; 7 import std.outofmemory;
8 8
9 struct Position 9 struct Position
10 { 10 {