Age | Commit message (Collapse) | Author |
|
There are no precise enough criteria to justify the separation of these
two directories.
|
|
|
|
Rename XQUOTE to __QUOTE.
|
|
This macro is needed where a constant value can be used in both assembly
and C code, but it needs a specific type in C code for correct results.
This type is usually assigned with a suffix such as "UL", which makes
assembly fail. DECL_CONST creates different forms based on the language.
|
|
Merge 32-bit IA-32 (i386) and 64-bit AMD64 (amd64) code into one common
architecture. The amd64 variant isn't functional yet.
|
|
|