TNS/E Native Application Conversion Guide
C and C++ Conversion Tasks
TNS/E Native Application Conversion Guide—529659-003
3-18
Removing Obsolete Pragmas
[NO]WIDE Native compilers generate
programs that use only 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
programs that use only 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










