#if defined(__version_control__) && defined(__GNUC__)
static char* id __attribute__((unused)) =
"@(#) $Id: %full_filespec: dl-internal.c~1.19:csrc:bln_12xx!1 % $" ;
#endif
#define _P4_SOURCE 1
#ifndef _export
#include <pfe/def-config.h>
#endif
#include <pfe/def-words.h>
#ifdef PFE_DSTRINGS_EXT_C
extern const p4Words P4WORDS(dstrings);
#endif
#ifdef PFE_TOOLBELT_EXT_C
extern const p4Words P4WORDS(toolbelt);
#endif
#ifdef PFE_GFORTH_EXT_C
extern const p4Words P4WORDS(gforth);
#endif
#ifdef PFE_ZCHAR_EXT_C
extern const p4Words P4WORDS(zchar);
#endif
#if 0 && defined PFE_SPY_C
extern const p4Words P4WORDS(spy);
#endif
#ifdef PFE_EDIT_EXT_C
extern const p4Words P4WORDS(edit);
#endif
#ifdef PFE_STRUCT_EXT_C
extern const p4Words P4WORDS(struct);
#endif
#ifdef PFE_HELP_EXT_C
extern const p4Words P4WORDS(help);
#endif
|