From 2c11d145207b054db9c652bec507734ffd63ceb5 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Tue, 1 Apr 2014 17:43:26 -0400 Subject: [PATCH] add mdbasic language --- bin/chtyp/ftypes.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/chtyp/ftypes.c b/bin/chtyp/ftypes.c index b33dde4..f3ab1e8 100644 --- a/bin/chtyp/ftypes.c +++ b/bin/chtyp/ftypes.c @@ -141,9 +141,10 @@ static struct lang_list { { "sdeasm", 0xb0, 0x0503}, { "sdecmd", 0xb0, 0x0506}, { "ps", 0xb0, 0x0719}, + { "mdbasic", 0xb0, 0x0a04}, }; -#define NUM_LANGS 17 +#define NUM_LANGS 18 int find_type(char *type_str, int *f, long *a) {