File: Error.h

package info (click to toggle)
oo2c32 1.5.0-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 8,748 kB
  • ctags: 5,415
  • sloc: ansic: 95,007; sh: 473; makefile: 344; perl: 57; lisp: 21
file content (23 lines) | stat: -rw-r--r-- 1,134 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* file generated by oo2c -- do not edit */
#ifndef _MODULE_Error_
#define _MODULE_Error_

extern unsigned char Error__noerr;
extern short int Error__errCount;
#include "ParamOptions.h"
extern ParamOptions__BooleanOption Error__verbose;
extern ParamOptions__StringOption Error__errorMsgs;
#include "Parameter.h"
extern Parameter__String Error__sourceFile;
extern void Error__EmitErrors(unsigned char includeWarnings);
extern void Error__ErrIns2(int pos, short int num, const unsigned char* ins1__ref, int ins1_0d, const unsigned char* ins2__ref, int ins2_0d);
extern void Error__ErrIns(int pos, short int num, const unsigned char* ins__ref, int ins_0d);
extern void Error__Err(int pos, short int num);
extern void Error__ErrOoR(int pos, short int num, int min, int maxPlusOne);
extern void Error__FileError(const unsigned char* msg__ref, int msg_0d, const unsigned char* fileName__ref, int fileName_0d, const unsigned char* error__ref, int error_0d);
extern void Error__VerboseMsg(const unsigned char* msg__ref, int msg_0d);
extern void Error__Init(void);
extern struct _TD Error__ErrMsgDesc_td;
extern void Error_init(void);

#endif