Skip to content

Commit

Permalink
Remove undefined macro MAC_OR_DOS
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed May 1, 2017
1 parent 030d29a commit 6bfde5d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion cutil/cutil.h
Expand Up @@ -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) ()
Expand Down
3 changes: 0 additions & 3 deletions cutil/oldlist.cpp
Expand Up @@ -85,9 +85,6 @@
#include "oldlist.h"
#include "structures.h"
#include <stdio.h>
#if MAC_OR_DOS
#include <stdlib.h>
#endif

/*----------------------------------------------------------------------
M a c r o s
Expand Down

0 comments on commit 6bfde5d

Please sign in to comment.