TNS/R Native Application Migration Guide
C and C++ Migration Tasks
TNS/R Native Application Migration Guide—523745-001
3-20
Removing Obsolete Pragmas
[NO]WIDE Native compilers only generate
programs that use the 32-bit (or
wide) data model.
Remove pragma and recode
programs that specify NOWIDE to
use the 32-bit (or wide) data
model.
[NO]XMEM Native compilers generate only
programs that use the large-
memory model.
Remove pragma and recode
programs that specify NOXMEM to
use the large-memory model.
[NO]XVAR Native process memory architecture
does not require use of pragma.
Remove pragma.
Table 3-4. Obsolete Pragmas (page 2 of 2)
Pragma Reason pragma is obsolete Action Required