From 6bfde5dcafdd835373f780699620c7e6ee0c9240 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Mon, 1 May 2017 18:17:33 +0200 Subject: [PATCH] Remove undefined macro MAC_OR_DOS Signed-off-by: Stefan Weil --- cutil/cutil.h | 2 +- cutil/oldlist.cpp | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/cutil/cutil.h b/cutil/cutil.h index 42967093ab..41d3599aca 100644 --- a/cutil/cutil.h +++ b/cutil/cutil.h @@ -56,7 +56,7 @@ Import original HP distribution #define CHARS_PER_LINE 500 -#if defined(__STDC__) || defined(__cplusplus) || MAC_OR_DOS +#if defined(__STDC__) || defined(__cplusplus) # define _ARGS(s) s #else # define _ARGS(s) () diff --git a/cutil/oldlist.cpp b/cutil/oldlist.cpp index 52c3725e09..67168a5cfe 100644 --- a/cutil/oldlist.cpp +++ b/cutil/oldlist.cpp @@ -85,9 +85,6 @@ #include "oldlist.h" #include "structures.h" #include -#if MAC_OR_DOS -#include -#endif /*---------------------------------------------------------------------- M a c r o s