aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/astro/astro.h
diff options
context:
space:
mode:
authorwkj <devnull@localhost>2004-04-21 02:23:14 +0000
committerwkj <devnull@localhost>2004-04-21 02:23:14 +0000
commit52e7c45837208e509c0304a099c946310100ea89 (patch)
treeccddfc66f862942699d8de7c124261c80a801a42 /src/cmd/astro/astro.h
parentcd5bae7871bc0f0bc68b4d2a84703929a7a3c9d1 (diff)
downloadplan9port-52e7c45837208e509c0304a099c946310100ea89.tar.gz
plan9port-52e7c45837208e509c0304a099c946310100ea89.tar.bz2
plan9port-52e7c45837208e509c0304a099c946310100ea89.zip
Tell astro where to find estartab and here by defining SYS9 in CFLAGS.
(Better ideas welcome).
Diffstat (limited to 'src/cmd/astro/astro.h')
-rw-r--r--src/cmd/astro/astro.h4
1 files changed, 2 insertions, 2 deletions
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 <u.h>
#include <libc.h>
-#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;