Now uses BIGMACHINE from local.h
This commit is contained in:
parent
30d1a948c8
commit
154bb5df06
1 changed files with 2 additions and 4 deletions
|
@ -22,11 +22,9 @@ static char rcsid[]="$Header$";
|
||||||
* Author: Hans van Staveren
|
* Author: Hans van Staveren
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef vax | vax2 | vax4
|
#include <local.h>
|
||||||
#define BIG
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef BIG
|
#if BIGMACHINE
|
||||||
#define BORS(x,y) x
|
#define BORS(x,y) x
|
||||||
#else
|
#else
|
||||||
#define BORS(x,y) y
|
#define BORS(x,y) y
|
||||||
|
|
Loading…
Reference in a new issue