From a7143cd56ccf0e49fd14cb94c0c3a1ae069baed0 Mon Sep 17 00:00:00 2001 From: Alexander Gottwald Date: Wed, 15 Sep 2004 16:34:25 +0000 Subject: Pull XORG-6_8_0 to CYGWIN branch --- xtrapchar.c | 6 ++++++ xtrapin.c | 5 +++++ xtrapout.c | 5 +++++ 3 files changed, 16 insertions(+) diff --git a/xtrapchar.c b/xtrapchar.c index 195b1dc..06b9400 100644 --- a/xtrapchar.c +++ b/xtrapchar.c @@ -90,6 +90,12 @@ SOFTWARE. #ifndef vaxc #define globalref extern #endif +#ifdef Lynx +extern char *optarg; +extern int optind; +extern int opterr; +#endif + /* Special private indicators */ #define BPRESS '!' #define BRELEASE '"' diff --git a/xtrapin.c b/xtrapin.c index 092d493..face0c4 100644 --- a/xtrapin.c +++ b/xtrapin.c @@ -94,6 +94,11 @@ SOFTWARE. #ifndef vaxc #define globalref extern #endif +#ifdef Lynx +extern char *optarg; +extern int optind; +extern int opterr; +#endif static Boolean grabFlag = False; diff --git a/xtrapout.c b/xtrapout.c index d99cf93..35c70f7 100644 --- a/xtrapout.c +++ b/xtrapout.c @@ -101,6 +101,11 @@ SOFTWARE. #ifndef vaxc #define globalref extern #endif +#ifdef Lynx +extern char *optarg; +extern int optind; +extern int opterr; +#endif /* Forward declarations */ -- cgit v1.2.3