diff options
| author | kakabba <[email protected]> | 2022-02-10 16:46:04 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:46:04 +0300 |
| commit | 9c914f41ba5e9f9365f404e892197553ac23809e (patch) | |
| tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /util/system/platform.h | |
| parent | c8e3995898c443e78266f7420aac5fb3da15d413 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/system/platform.h')
| -rw-r--r-- | util/system/platform.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/system/platform.h b/util/system/platform.h index bfa68216a45..58f310ab344 100644 --- a/util/system/platform.h +++ b/util/system/platform.h @@ -93,8 +93,8 @@ #if defined(__i386__) || defined(_M_IX86) #define _i386_ -#endif - +#endif + #if defined(__ia64__) || defined(_M_IA64) #define _ia64_ #endif |
