mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-12-04 09:49:16 +08:00
Remove undefined macro MAC_OR_DOS
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
030d29a4d0
commit
6bfde5dcaf
@ -56,7 +56,7 @@ Import original HP distribution
|
|||||||
|
|
||||||
#define CHARS_PER_LINE 500
|
#define CHARS_PER_LINE 500
|
||||||
|
|
||||||
#if defined(__STDC__) || defined(__cplusplus) || MAC_OR_DOS
|
#if defined(__STDC__) || defined(__cplusplus)
|
||||||
# define _ARGS(s) s
|
# define _ARGS(s) s
|
||||||
#else
|
#else
|
||||||
# define _ARGS(s) ()
|
# define _ARGS(s) ()
|
||||||
|
@ -85,9 +85,6 @@
|
|||||||
#include "oldlist.h"
|
#include "oldlist.h"
|
||||||
#include "structures.h"
|
#include "structures.h"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#if MAC_OR_DOS
|
|
||||||
#include <stdlib.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/*----------------------------------------------------------------------
|
/*----------------------------------------------------------------------
|
||||||
M a c r o s
|
M a c r o s
|
||||||
|
Loading…
Reference in New Issue
Block a user