home *** CD-ROM | disk | FTP | other *** search
- /*
- * External "common" for NRO word processor
- *
- * Originally by Stephen L. Browning, 5723 North Parker Avenue
- * Indianapolis, Indiana 46220
- *
- * Transformed beyond immediate recognition, and
- * adapted for Amiga by Olaf Seibert, KosmoSoft
- *
- * Vossendijk 149-1 (study) Beek 5 (home)
- * 5634 TN Nijmegen 5815 CS Merselo
- * The Netherlands The Netherlands
- * Phone:
- * (...-31)80561045 (...-31)4786205
- * or 080-561045 04786-205
- *
- * This program is NOT in the public domain. It may, however
- * be distributed only at no charge, and this notice must be
- * included unaltered.
- */
-
- #ifndef EXTERN
- #define EXTERN extern
- #endif
-
- EXTERN struct environ *environ[NUMENV];
-
- EXTERN struct environ env;
- EXTERN struct docctl dc;
- EXTERN struct page pg;
- EXTERN struct macros mac;
-
- EXTERN FILE *pout;
- EXTERN FILE *sofile[NFILES]; /* input files */
- EXTERN FILE *infile; /* current input file */
- EXTERN uchar *sopbb[NFILES-1]; /* and push back buffer pointers */
- EXTERN short verbose;
-
- extern uchar *commseq[];
-