Skip to content

Commit 6bfde5d

Browse files
committed
Remove undefined macro MAC_OR_DOS
Signed-off-by: Stefan Weil <[email protected]>
1 parent 030d29a commit 6bfde5d

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

cutil/cutil.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Import original HP distribution
5656

5757
#define CHARS_PER_LINE 500
5858

59-
#if defined(__STDC__) || defined(__cplusplus) || MAC_OR_DOS
59+
#if defined(__STDC__) || defined(__cplusplus)
6060
# define _ARGS(s) s
6161
#else
6262
# define _ARGS(s) ()

cutil/oldlist.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,6 @@
8585
#include "oldlist.h"
8686
#include "structures.h"
8787
#include <stdio.h>
88-
#if MAC_OR_DOS
89-
#include <stdlib.h>
90-
#endif
9188

9289
/*----------------------------------------------------------------------
9390
M a c r o s

0 commit comments

Comments
 (0)