From 82a74ecba44c156d89df7d9c4e343014f8c1c4ab Mon Sep 17 00:00:00 2001 From: Mark C Date: Fri, 17 Aug 2018 14:20:30 +0100 Subject: [PATCH] Testing I can commit to the new Gitlab forge --- evaluation/demonstration/server.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/evaluation/demonstration/server.c b/evaluation/demonstration/server.c index 719984f..075704b 100644 --- a/evaluation/demonstration/server.c +++ b/evaluation/demonstration/server.c @@ -16,6 +16,8 @@ #define BUFSIZZ 20000 #define DISABLE_NAGLE 0 +// MC - comment to test I can commit changes to the new Forge + #ifdef DEBUG #define DEBUG_PRINT(...) do{ fprintf( stdout, __VA_ARGS__ ); } while( false ) -- GitLab