Re: gpc-20000707 djgpp native compilation
19 Jul
2000
19 Jul
'00
7:06 p.m.
Peter Gerwinski wrote:
Var Go32_Info_Block: AsmName '_go32_info_block' T_Go32_Info_Block;
The syntax of `asmname' has changed. The new syntax reads:
Var Go32_Info_Block: T_Go32_Info_Block; AsmName '_go32_info_block';
Almost. It should be: Var Go32_Info_Block: T_Go32_Info_Block; AsmName '_go32_info_block'; external; Frank -- Frank Heckenbach, frank@g-n-u.de, http://fjf.gnu.de/ GPC To-Do list, latest features, fixed bugs: http://agnes.dida.physik.uni-essen.de/~gnu-pascal/todo.html
9522
Age (days ago)
9522
Last active (days ago)
0 comments
1 participants
participants (1)
-
Frank Heckenbach