ftp.nice.ch/pub/next/text/framemaker/filters/la2mml.tar.gz#/la2mml.h

This is la2mml.h in view mode; [Download] [Up]

/* la2mml.h */

/*
 * Copyright (c) 1991  R. Nigel Horspool.
 * All rights reserved.
 *
 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
 * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 */

#define VERSION "1.0.2"

/* MCHECK is used to check the result of malloc; it may be redefined
   to generate an empty statement if you use a machine with no
   shortage of memory. */
#define MCHECK(p)	if (p == NULL) {			\
			    FPR(stderr, "malloc failed\n");	\
			    OOPS( NULL ); }

extern int numreports;
extern char *outputfilename;
extern BOOL unknowns;

extern void handle_environment(ENVPTR,TOKEN);
extern void skip_arg(void),	match_grouping(TOKEN), match_one_unit(void),
	match_opt_arg(void), LN(void);


These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.