mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-10-09 07:42:21 +03:00
Adding bitmatchers
This commit is contained in:
committed by
Matthew Barr
parent
68f6849687
commit
77ff826bbf
@@ -31,4 +31,10 @@
|
||||
#define JOIN(x, y) JOIN_AGAIN(x, y)
|
||||
#define JOIN_AGAIN(x, y) x ## y
|
||||
|
||||
#define JOIN3(x, y, z) JOIN_AGAIN3(x, y, z)
|
||||
#define JOIN_AGAIN3(x, y, z) x ## y ## z
|
||||
|
||||
#define JOIN4(w, x, y, z) JOIN_AGAIN4(w, x, y, z)
|
||||
#define JOIN_AGAIN4(w, x, y, z) w ## x ## y ## z
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user