compile: add GSoft basic, fix Modula2

This commit is contained in:
Kelvin Sherlock 2013-01-29 23:50:01 -05:00
parent 2b1afe29bf
commit 16bccbd10e

View File

@ -91,9 +91,11 @@ langInfo langTable[] = {
{9, "link", NULL},
{10, "apwc", NULL},
{11, "pascal", NULL},
{16, "modula2", NULL},
//{16, "modula2", NULL},
{21, "rez", NULL},
{260, "basic", NULL},
{265, "linker", NULL},
{272, "modula2", NULL},
{-1,"",NULL}};
char *invoke;