Changed LS/PS, ported to DEC VAX

This commit is contained in:
ceriel
1990-12-19 11:17:06 +00:00
parent c747f1c1c0
commit 6cc07a7651
7 changed files with 72 additions and 48 deletions

View File

@@ -119,5 +119,6 @@ extern long
extern p_type char_type, uchar_type, bool_type, int_type,
long_type, double_type, string_type, address_type;
extern p_type void_type;
extern long int_size, pointer_size, long_size, double_size;
extern long int_size, short_size, pointer_size, long_size,
float_size, double_size;