Added Pascal support

This commit is contained in:
ceriel
1990-12-11 13:53:01 +00:00
parent f997bd0be8
commit 64f8785d20
13 changed files with 566 additions and 24 deletions

View File

@@ -36,7 +36,7 @@ struct langdep {
int (*fix_bin_to_pref)();
};
extern struct langdep *m2_dep, *c_dep, *currlang;
extern struct langdep *m2_dep, *c_dep, *pascal_dep, *currlang;
extern int find_language();