From 52e7c45837208e509c0304a099c946310100ea89 Mon Sep 17 00:00:00 2001 From: wkj Date: Wed, 21 Apr 2004 02:23:14 +0000 Subject: Tell astro where to find estartab and here by defining SYS9 in CFLAGS. (Better ideas welcome). --- src/cmd/astro/astro.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cmd/astro/astro.h') diff --git a/src/cmd/astro/astro.h b/src/cmd/astro/astro.h index ab3c4119..7aeff4e6 100644 --- a/src/cmd/astro/astro.h +++ b/src/cmd/astro/astro.h @@ -1,8 +1,8 @@ #include #include -#pragma varargck type "R" double -#pragma varargck type "D" double +//#pragma varargck type "R" double +//#pragma varargck type "D" double typedef struct Obj1 Obj1; typedef struct Obj2 Obj2; -- cgit v1.2.3