1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-12 17:14:00 +02:00

Revert "* Let's see if it's just an issue with typedef."

This reverts commit cf01330778.
This commit is contained in:
Christian Muehlhaeuser
2012-06-25 17:55:03 +02:00
parent cf01330778
commit 38735cb248

View File

@@ -52,7 +52,7 @@
namespace google_breakpad {
#if defined(__i386) || defined(__x86_64)
#define debugreg_t typeof(((struct user*) 0)->u_debugreg[0])
typedef typeof(((struct user*) 0)->u_debugreg[0]) debugreg_t;
#endif
// Typedef for our parsing of the auxv variables in /proc/pid/auxv.