view dmd/Keyword.d @ 111:2f57c5ecd3b2

tiny fix
author Trass3r
date Tue, 31 Aug 2010 22:31:38 +0200
parents 10317f0c89a5
children e28b18c23469
line wrap: on
line source

module dmd.Keyword;

import dmd.TOK;

struct Keyword
{
	string name;
    TOK value;
}