From 16bccbd10ea3c98ae09137b3bb97a9b1eff3732c Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Tue, 29 Jan 2013 23:50:01 -0500 Subject: [PATCH] compile: add GSoft basic, fix Modula2 --- usr.bin/compile/compile.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/usr.bin/compile/compile.c b/usr.bin/compile/compile.c index a788234..6174039 100755 --- a/usr.bin/compile/compile.c +++ b/usr.bin/compile/compile.c @@ -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;