commit | 35ae726530432c478a0955532e7e6c8b32c4bfef | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Mon Jan 19 15:44:44 2009 -0500 |
committer | Kevin O'Connor <kevin@koconnor.net> | Mon Jan 19 15:44:44 2009 -0500 |
tree | c9a6fc65917f572bc272367c9d76a7b9d93cc2ee | |
parent | a9e286d47ff1872b2d992b246f4bb8d2d2d8f498 [diff] |
Rename MAKE_FARPTR (and similar) to MAKE_FLATPTR. The term "far pointer" is used in many 16bit specs, and it is different from what MAKE_FARPTR creates. So, use the term "flat pointer" in the code to distinguish between the two meanings. Also, use the suffix "_fl" consistently when working with "flat pointers".