Release calc version 2.11.0t10

This commit is contained in:
Landon Curt Noll
1999-11-11 05:15:39 -08:00
parent 86c8e6dcf1
commit 96c34adee3
283 changed files with 2380 additions and 3032 deletions

View File

@@ -6,7 +6,7 @@
#if !defined(__SYMBOL_H__)
#define __SYMBOL_H__
#define __SYMBOL_H__
#include "zmath.h"
@@ -19,10 +19,10 @@
#define SYM_PARAM 1 /* parameter symbol */
#define SYM_LOCAL 2 /* local symbol */
#define SYM_GLOBAL 3 /* global symbol */
#define SYM_STATIC 4 /* static symbol */
#define SYM_STATIC 4 /* static symbol */
#define SCOPE_GLOBAL 0 /* file scope level for global variables */
#define SCOPE_STATIC 1 /* lowest file scope for static variables */
#define SCOPE_GLOBAL 0 /* file scope level for global variables */
#define SCOPE_STATIC 1 /* lowest file scope for static variables */
typedef struct global GLOBAL;