Remove undefined macro MAC_OR_DOS

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2017-05-01 18:17:33 +02:00
parent 030d29a4d0
commit 6bfde5dcaf
2 changed files with 1 additions and 4 deletions

View File

@ -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) ()

View File

@ -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