Ticket #680: diffout
| File diffout, 410 bytes (added by d3z, 1 year ago) |
|---|
Patch to fix other x86_64 typo. |
| Line | |
|---|---|
| 1 | diff --git a/tango/text/convert/Layout.d b/tango/text/convert/Layout.d |
| 2 | index a53aea9..e98acff 100644 |
| 3 | --- a/tango/text/convert/Layout.d |
| 4 | +++ b/tango/text/convert/Layout.d |
| 5 | @@ -45,7 +45,7 @@ version (DigitalMars) |
| 6 | alias void* ArgList; |
| 7 | } |
| 8 | else |
| 9 | - version (x86_64) |
| 10 | + version (X86_64) |
| 11 | { |
| 12 | private import std.stdarg; |
| 13 | alias void* Arg; |










