OpenCores
URL https://opencores.org/ocsvn/raptor64/raptor64/trunk

Subversion Repositories raptor64

[/] [raptor64/] [trunk/] [software/] [c64/] [source/] [Cglbdef.c] - Diff between revs 37 and 51

Show entire file | Details | Blame | View Log

Rev 37 Rev 51
Line 30... Line 30...
/*      global definitions      */
/*      global definitions      */
 
 
FILE            *input = 0,
FILE            *input = 0,
                *list = 0,
                *list = 0,
                *output = 0;
                *output = 0;
 
FILE                    *outputG = 0;
 
int incldepth = 0;
int             lineno = 0;
int             lineno = 0;
int             nextlabel = 0;
int             nextlabel = 0;
int             lastch = 0;
int             lastch = 0;
int             lastst = 0;
int             lastst = 0;
char            lastid[33] = "";
char            lastid[33] = "";
Line 43... Line 44...
double          rval = 0.0;
double          rval = 0.0;
 
 
TABLE           gsyms[257],// = {0,0},
TABLE           gsyms[257],// = {0,0},
                   lsyms = {0,0};
                   lsyms = {0,0};
SYM             *lasthead = NULL;
SYM             *lasthead = NULL;
struct slit     *strtab = 0;
struct slit     *strtab = NULL;
int             lc_static = 0;
int             lc_static = 0;
int             lc_auto = 0;
int             lc_auto = 0;
struct snode    *bodyptr = 0;
struct snode    *bodyptr = 0;
int             global_flag = 1;
int             global_flag = 1;
TABLE           defsyms = {0,0};
TABLE           defsyms = {0,0};
Line 61... Line 62...
int optimize = TRUE;
int optimize = TRUE;
int exceptions = FALSE;
int exceptions = FALSE;
SYM *currentFn = NULL;
SYM *currentFn = NULL;
int callsFn = FALSE;
int callsFn = FALSE;
 
 
 
char nmspace[20][100];
 
 
 
 
 
 
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.