mirror of
https://github.com/Interlisp/maiko.git
synced 2026-04-26 20:37:01 +00:00
If "my.h" is included "arith.h" is also required for N_ARITH_SWITCH macro definition.
modified: src/draw.c modified: src/eqf.c modified: src/fp.c modified: src/z2.c
This commit is contained in:
@@ -41,8 +41,6 @@ static char *id = "$Id: draw.c,v 1.2 1999/01/03 02:06:56 sybalsky Exp $ Copyrigh
|
|||||||
#include "bbtsub.h"
|
#include "bbtsub.h"
|
||||||
#include "display.h"
|
#include "display.h"
|
||||||
|
|
||||||
#include "my.h"
|
|
||||||
|
|
||||||
#ifdef DISPLAYBUFFER
|
#ifdef DISPLAYBUFFER
|
||||||
extern struct pixrect *ColorDisplayPixrect, *DisplayRegionPixrect;
|
extern struct pixrect *ColorDisplayPixrect, *DisplayRegionPixrect;
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -30,8 +30,8 @@ static char *id = "$Id: eqf.c,v 1.3 1999/05/31 23:35:28 sybalsky Exp $ Copyright
|
|||||||
#include "lispmap.h"
|
#include "lispmap.h"
|
||||||
#include "lsptypes.h"
|
#include "lsptypes.h"
|
||||||
#include "medleyfp.h"
|
#include "medleyfp.h"
|
||||||
#include "my.h"
|
|
||||||
#include "arith.h"
|
#include "arith.h"
|
||||||
|
#include "my.h"
|
||||||
|
|
||||||
/************************************************************
|
/************************************************************
|
||||||
op 072 N_OP_eqlop EQL
|
op 072 N_OP_eqlop EQL
|
||||||
|
|||||||
1
src/fp.c
1
src/fp.c
@@ -29,6 +29,7 @@ static char *id = "$Id: fp.c,v 1.3 1999/05/31 23:35:29 sybalsky Exp $ Copyright
|
|||||||
#include "lispmap.h"
|
#include "lispmap.h"
|
||||||
#include "lsptypes.h"
|
#include "lsptypes.h"
|
||||||
#include "emlglob.h"
|
#include "emlglob.h"
|
||||||
|
#include "arith.h"
|
||||||
#include "my.h"
|
#include "my.h"
|
||||||
#include "medleyfp.h"
|
#include "medleyfp.h"
|
||||||
|
|
||||||
|
|||||||
1
src/z2.c
1
src/z2.c
@@ -42,6 +42,7 @@ static char *id = "$Id: z2.c,v 1.3 1999/05/31 23:35:47 sybalsky Exp $ Copyright
|
|||||||
#include "conspage.h"
|
#include "conspage.h"
|
||||||
#include "stack.h"
|
#include "stack.h"
|
||||||
#include "gc.h"
|
#include "gc.h"
|
||||||
|
#include "arith.h"
|
||||||
#include "my.h"
|
#include "my.h"
|
||||||
|
|
||||||
struct cadr_cell cadr(LispPTR cell_adr);
|
struct cadr_cell cadr(LispPTR cell_adr);
|
||||||
|
|||||||
Reference in New Issue
Block a user