idk
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
#include <stdio.h>
|
||||
#include <libguile/scm.h>
|
||||
|
||||
#define BLAH (-1 >> 2 == -1) && (-4 >> 2 == -1) && (-5 >> 2 == -2) && (-8 >> 2 == -2)
|
||||
|
||||
#if BLAH
|
||||
#if (-1 >> 2 == -1) && (-4 >> 2 == -1) && (-5 >> 2 == -2) && (-8 >> 2 == -2)
|
||||
# define SCM_SRS(x, y) ((x) >> (y))
|
||||
#else
|
||||
# define SCM_SRS(x, y) \
|
||||
|
||||
Reference in New Issue
Block a user