This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/core/common.h
There are no files selected for viewing
|
|
@@ -364,7 +364,7 @@ __inline__ void TRACE(char *f, ...) { } // this is re3 only, and so the function |
|
#define _TODO(x)
|
|
#define _TODO(x)
|
|
#define _TODOCONST(x) (x)
|
|
#define _TODOCONST(x) (x)
|
|
|
|
|
|
#if CHECK_STRUCT_SIZES
|
|
#ifdef CHECK_STRUCT_SIZES
|
|
template<int s, int t> struct check_size {
|
|
template<int s, int t> struct check_size {
|
|
static_assert(s == t, "Invalid structure size");
|
|
static_assert(s == t, "Invalid structure size");
|
|
};
|
|
};
|
|
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.