Added grind support

This commit is contained in:
ceriel
1991-11-01 11:53:42 +00:00
parent e4168af8fb
commit 3da953fa85
22 changed files with 179 additions and 39 deletions

View File

@@ -1,8 +1,15 @@
#define CODE_EXPANDER
#include <em.h>
#include "back.h"
extern int __db_mes, __db_len, __db_type, __db_add;
extern char *__db_str;
C_dlb( l, val)
label l;
char *val;
arith val;
{
if (__db_mes) {
B_symbstr(__db_str, __db_len, __db_type, __db_add, extnd_dlb(l), val);
}
}