next up previous
Next: Phrase.h Up: Operational Specifications Previous: Operational Specifications

Phrase.c

This code is provided with controls so that it can be compiled with non-ANSI C compilers.

Phrase.c[55]:

#include "eliproto.h"
#include "err.h"
#include "envmod.h"
#include "termcode.h"
#include "pdl_gen.h"
#include "Phrase.h"

BindData    CurrentId;
Environment CurrentEnv;

IdProperties Context = { identifier, 1 };

State variable definitions[51]

void
#if PROTO_OK
Bind(void)
#else
Bind()
#endif
Bind(void)[43]

void
#if PROTO_OK
IdnOrType(char *start, int length, int *syncode, int *rep)
#else
IdnOrType(start, length, syncode, rep)
char *start; int length, *syncode; int *rep;
#endif
IdnOrType(char *start, int length, int *syncode, int *rep)[28]

int
#if PROTO_OK
Reparatur(POSITION *coord, int *syncode, int *rep)
#else
Reparatur(coord, syncode, rep) POSITION *coord; int *syncode, *rep;
#endif
Reparatur(POSITION *coord, int *syncode, int *rep)[29]

void
#if PROTO_OK
BeginDeclaration(int c, int b)
#else
BeginDeclaration(c, b) int c, b;
#endif
BeginDeclaration(int c, int b)[35]
This macro is attached to a product file.



2008-08-30