diff options
Diffstat (limited to 'www/design.html')
-rw-r--r-- | www/design.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/design.html b/www/design.html index 458d12f7..0fe2b1a2 100644 --- a/www/design.html +++ b/www/design.html @@ -208,7 +208,7 @@ are always the same size (on both 32 and 64 bit). Pointer and int are _not_ the same size on 64 bit systems, but pointer and long are.</p> <p>This is guaranteed by the LP64 memory model, a Unix standard (which Linux -and MacOS X implements). See +and MacOS X both implement). See <a href=http://www.unix.org/whitepapers/64bit.html>the LP64 standard</a> and <a href=http://www.unix.org/version2/whatsnew/lp64_wp.html>the LP64 rationale</a> for details.</p> |