Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
27
cde/programs/dtdocbook/sgmls/sgmlsasp.h
Normal file
27
cde/programs/dtdocbook/sgmls/sgmlsasp.h
Normal file
@@ -0,0 +1,27 @@
|
||||
/* $XConsortium: sgmlsasp.h /main/3 1996/06/19 17:18:15 drk $ */
|
||||
/* sgmlsasp.h */
|
||||
|
||||
#include "config.h"
|
||||
#include "std.h"
|
||||
|
||||
#ifdef USE_PROTOTYPES
|
||||
#define P(parms) parms
|
||||
#else
|
||||
#define P(parms) ()
|
||||
#endif
|
||||
|
||||
#ifdef __GNUC__
|
||||
#define NO_RETURN volatile
|
||||
#else
|
||||
#define NO_RETURN /* as nothing */
|
||||
#endif
|
||||
|
||||
#ifdef VARARGS
|
||||
#define VP(parms) ()
|
||||
#else
|
||||
#define VP(parms) P(parms)
|
||||
#endif
|
||||
|
||||
NO_RETURN void error VP((char *,...));
|
||||
|
||||
extern int fold_general_names;
|
||||
Reference in New Issue
Block a user