40 lines
1.3 KiB
C++
40 lines
1.3 KiB
C++
|
*******************************************************************************
|
||
|
*
|
||
|
* uniVerse include file SYMBOL.TBL.H
|
||
|
*
|
||
|
* Module %M% Version %I% Date %H%
|
||
|
*
|
||
|
* (c) Copyright 1998 Ardent Software Inc. - All Rights Reserved
|
||
|
* This is unpublished proprietary source code of Ardent Software Inc.
|
||
|
* The copyright notice above does not evidence any actual or intended
|
||
|
* publication of such source code.
|
||
|
*
|
||
|
*******************************************************************************
|
||
|
*
|
||
|
* Maintenance log - insert most recent change descriptions at top
|
||
|
*
|
||
|
* Date.... GTAR# WHO Description.........................................
|
||
|
* 10/14/98 23801 SAP Change copyrights.
|
||
|
* 11/12/92 10214 PVW Port PI/open verbs to uniVerse.
|
||
|
*
|
||
|
*******************************************************************************
|
||
|
*
|
||
|
* Definitions for MAT SYMBOLS.
|
||
|
*
|
||
|
*******************************************************************************
|
||
|
|
||
|
EQU NEXT.TKN.VALUE TO 1
|
||
|
EQU KEYWORD TO 2
|
||
|
EQU LITERAL TO 3
|
||
|
EQU VALUE TO 4
|
||
|
EQU FILE TO 5
|
||
|
EQU VERB TO 6
|
||
|
EQU BAD.TYPE TO 7
|
||
|
EQU I.TYPE TO 8
|
||
|
EQU NOUN TO 9
|
||
|
EQU MAX.TYPE TO 9
|
||
|
EQU ORIGINAL.SENTENCE TO 10
|
||
|
EQU VALSTART TO 11 ;* Start of token values.
|
||
|
EQU MAXTOKENS TO 200
|
||
|
EQU SYMBOL.SIZE TO 211
|