next up previous
Next: Phrase.specs Up: Operational Specifications Previous: Phrase.c

Phrase.h

Interface specifications for the operational descriptions are controlled so that they may be included several times without the danger of multiple definitions.

Phrase.h[56]:

#ifndef PHRASE_H
#define PHRASE_H

#include "eliproto.h"
#include "envmod.h"
#include "RegionStack.h"
#include "IdStateStack.h"
#include "BindStack.h"
#include "reparatur.h"

State variable declarations[30]

extern void Bind             ELI_ARG((void));
extern void BeginDeclaration ELI_ARG((int,int));
extern void BeginParameters  ELI_ARG((int));
extern void EndDeclaration   ELI_ARG((void));

#endif
This macro is attached to a product file.



2008-08-30