Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

gbf.h

00001 /* Header for module GBF, generated by p2c */
00002 #ifndef GBF_H
00003 #define GBF_H
00004 /* p2c: Gbf.pas, line 5: Warning: Could not find module SYSUTILS [271] */
00005 
00006 
00007 #include "sysutils.h"
00008 /* p2c: Gbf.pas, line 5: Warning: Could not find module DIALOGS [271] */
00009 #include "dialogs.h"
00010 
00011 
00012 #ifdef GBF_G
00013 # define vextern
00014 #else
00015 # define vextern extern
00016 #endif
00017 
00018 
00019 
00020 typedef enum {
00021   tokNull, tokEOF, tokHeader, tokContent, tokTail, tokStyle, tokWord,
00022   tokSpace, tokSync, tokControl, tokChar, tokFont
00023 } TToken;
00024 typedef enum {
00025   caBold, caSmallCaps, caItalic, caOTQuote, caRed, caSuperscript, caUnderline,
00026   caSubscript
00027 } TCharacterAttribute;
00028 typedef long TCharAttribs;
00029 
00030 
00031 
00032 typedef struct TBookNameRec {
00033   Char Name[256], Abbr[256];
00034   uchar Num;
00035 } TBookNameRec;
00036 
00037 typedef TBookNameRec TBookAbbr[116];
00038 /* p2c: Gbf.pas, line 25: 
00039  * Warning: Expected an expression, found a '/' [227] */
00040 /* p2c: Gbf.pas, line 25: 
00041  * Warning: Expected an expression, found a '/' [227] */
00042 /* p2c: Gbf.pas, line 25: Warning: Division by zero [163] */
00043 /* p2c: Gbf.pas, line 26: Warning: Division by zero [163] */
00044 /* p2c: Gbf.pas, line 26: Warning: Expected a ')', found a '(' [227] */
00045 /* p2c: Gbf.pas, line 144: 
00046  * Warning: Expected an expression, found a '/' [227] */
00047 /* p2c: Gbf.pas, line 144: 
00048  * Warning: Expected an expression, found a '/' [227] */
00049 /* p2c: Gbf.pas, line 144: Warning: Division by zero [163] */
00050 /* p2c: Gbf.pas, line 144: Warning: Division by zero [163] */
00051 /* p2c: Gbf.pas, line 145: Warning: Mixing non-strings with strings [170] */
00052 /* p2c: Gbf.pas, line 145: 
00053  * Warning: Expected a ')', found a string literal [227] */
00054 
00055 
00056 extern TBookAbbr BookAbbr;
00057 
00058 extern Char BookFileName[91][256];
00059 
00060 vextern Char STR1[256];
00061 
00062 
00063 #undef vextern
00064 
00065 #endif /*GBF_H*/
00066 
00067 /* End. */

Generated on Thu Jun 20 22:12:59 2002 for The Sword Project by doxygen1.2.15