next up previous
Next: Package Storage in the Up: Check Context Conditions Previous: Constant expressions

Support code

Context.head[41]:
#include "Context.h"
This macro is attached to a product file.

Context.h[42]:
#ifndef CONTEXT_H
#define CONTEXT_H

#include "deftbl.h"
#include "eliproto.h"

extern int NoJinit;

extern void DidJinit ELI_ARG((void));
extern void HaveNoJinit ELI_ARG((void));
extern int NoAssign ELI_ARG((DefTableKey, DefTableKey, int));

#endif
This macro is attached to a product file.

Context.c[43]:
#include <stdio.h>
#include "csm.h"
#include "pdl_gen.h"
#include "Context.h"

int NoJinit;

void
#ifdef PROTO_OK
DidJinit(void)
#else
DidJinit)()
#endif
void DidJinit(void)[35]

void
#ifdef PROTO_OK
HaveNoJinit(void)
#else
HaveNoJinit()
#endif
void HaveNoJinit(void)[34]

int
#ifdef PROTO_OK
NoAssign(DefTableKey from, DefTableKey to, int v)
#else
NoAssign(from, to, v) DefTableKey from, to; int v;
#endif
int NoAssign(DefTableKey from, DefTableKey to, int v)[9]
This macro is attached to a product file.



2008-09-11