home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Black Box 4
/
BlackBox.cdr
/
progc
/
fixed300.arj
/
BUG43.C
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1991-03-25
|
232 b
|
16 lines
#if 0
From:
Subject: Pointers cannot be stored in far segments
Status: Fixed in 2.2
#endif
/*_ BUG43.C */
/* array3 is not stored in a far segment */
char far * far array3;
void myclass_fred()
{
array3="this";
};