/[MITgcm]/mitgcm.org/devel/buildweb/code-browser/F90Mapper/TOKTAB.h
ViewVC logotype

Contents of /mitgcm.org/devel/buildweb/code-browser/F90Mapper/TOKTAB.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Fri Sep 20 19:47:31 2002 UTC (22 years, 10 months ago) by adcroft
Branch point for: Import, MAIN
File MIME type: text/plain
Initial revision

1 struct symTab { char *symName;
2 char *ucName;
3 int useCount;
4 struct symTab *next; };
5 typedef struct symTab symTab;
6 symTab *symTabHead = NULL; /* Table of variable names */
7 symTab *procTabHead = NULL; /* Table of procedure names */
8 symTab *extTabHead = NULL; /* Table of current external names */
9 int symbolCount = 0;
10 int procCount = 0;

  ViewVC Help
Powered by ViewVC 1.1.22