diff options
author | Niveditha Rau <niveditha.rau@oracle.com> | 2024-12-30 00:02:22 +0000 |
---|---|---|
committer | Niveditha Rau <niveditha.rau@oracle.com> | 2024-12-30 00:02:22 +0000 |
commit | c058592b4de3522e13dbe6f4fa631802da7a6f0c (patch) | |
tree | c871cc637ca5c2054ebdce73e2e509f38f7fbaf6 | |
parent | 1dfcfa8dcc3958749849438a802d66728ccf3115 (diff) |
Part-of: <https://gitlab.freedesktop.org/xorg/lib/libxt/-/merge_requests/72>
-rw-r--r-- | include/X11/Xtos.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/X11/Xtos.h b/include/X11/Xtos.h index 599dbe2..91b956f 100644 --- a/include/X11/Xtos.h +++ b/include/X11/Xtos.h @@ -64,7 +64,7 @@ SOFTWARE. defined(__s390x__) || \ (defined(__hppa__) && defined(__LP64__)) || \ defined(__amd64__) || defined(amd64) || \ - defined(__powerpc64__)) + defined(__powerpc64__) #define LONG64 #endif |