Skip to content
Snippets Groups Projects
Commit aad1152e authored by sof's avatar sof
Browse files

[project @ 1997-03-14 03:11:17 by sof]

AIX mods
parent c2489556
No related merge requests found
......@@ -89,7 +89,10 @@ might have to perform a DynamicReturn (just Bool at the moment).
ED_RO_(PrelBase_False_inregs_info);
ED_RO_(PrelBase_True_inregs_info);
const W_ PrelBase_Bool_itblvtbl[] = {
#ifndef aix_TARGET_OS /* AIX gives link errors with this as a const (RO assembler section) */
const
#endif
W_ PrelBase_Bool_itblvtbl[] = {
(W_) PrelBase_False_inregs_info,
(W_) PrelBase_True_inregs_info
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment