aboutsummaryrefslogtreecommitdiff
path: root/src/graph/include/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graph/include/view.h')
-rw-r--r--src/graph/include/view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/graph/include/view.h b/src/graph/include/view.h
index 52ecf42b..5d77d46f 100644
--- a/src/graph/include/view.h
+++ b/src/graph/include/view.h
@@ -34,6 +34,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
/* This file is to be included by all the viewport files */
#define check(code) checker(code,__LINE__,"")
+#undef saymem
#define saymem(a,b,c) saymemWithLine(a,b,c,__LINE__)
#define exitWithAck(ACK,ACKsize,i) \
check(write(Socket,&(ACK),sizeof(ACKsize))); exit(i);