.ad 8
.bm 6
.fm 3
.bt $COPYRIGHT SAP AG, 1988-2002$$Page %$
.tm 9
.hm 3
.hs 3
.tt 1 $NME$Project Distributed Database System$CCT00$
.tt 2 $$$
.tt 3 $$Alle Konstanten und Typen f?ur CCTs$1988-11-08$
***********************************************************
.nf


    ========== licence begin LGPL
    Copyright (C) 2002 SAP AG

    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
    License as published by the Free Software Foundation; either
    version 2.1 of the License, or (at your option) any later version.

    This library is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    Lesser General Public License for more details.

    You should have received a copy of the GNU Lesser General Public
    License along with this library; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    ========== licence end

.fo
.nf
.sp
Module  : CONST_and_TYPE_specifications
=========
.sp
Purpose : Const and types of cc_tool
.CM *-END-* purpose -------------------------------------
.sp
.cp 3
Define  :

.CM *-END-* define --------------------------------------
.sp;.cp 3
Use     :

.CM *-END-* use -----------------------------------------
.sp;.cp 3
Synonym :

.CM *-END-* synonym -------------------------------------
.sp;.cp 3
Author  : Frank Stra?zenburg
.sp
.cp 3
Created : 1987-12-10
.sp
.cp 3
Version : 1988-11-08
.sp
.cp 3
Release : 2.0.01     Date : 1988-11-08
.sp
***********************************************************
.sp
.cp 10
.fo
.oc _/1
Specification:

.CM *-END-* specification -------------------------------
.sp 2
***********************************************************
.sp
.cp 10
.fo
.oc _/1
Description:

.CM *-END-* description ---------------------------------
.sp 2
***********************************************************
.sp
.cp 10
.nf
.oc _/1
Structure:


.CM *-END-* structure -----------------------------------
.sp 2
**********************************************************
.sp
.cp 10
.nf
.oc _/1
.CM -lll-
Code    :

CONST
      (* look up in vsp00 *)
      blank              = ' ';
      blankname          = '                  ';
      maxnamelength      = 18 ;


      (* only used in cct45 *)
      c45_maxtokenlength  = 8 ;
      c45_maxerrtlength   = 60;
      maxlinelength       = 132;

      (* Predefined symbols *)
      c45_c_machine       = 'MACH    ' ;
      c45_c_kind          = 'KIND    ' ;
      c45_c_trace         = 'TRACE   ' ;
      c45_c_compiler      = 'COMP    ' ;
      c45_c_osystem       = 'OS      ' ;

TYPE
      (* Targon/35 *)
      c45_int4      = longint ;

      c45_token_typ = PACKED ARRAY [ 1..c45_maxtokenlength ] OF char ;
      c45_errortext = PACKED ARRAY [ 1..c45_maxerrtlength ] OF char;


      (* look up in vsp00 *)
      line          = PACKED ARRAY [ 1..maxlinelength ] OF char;
      name          = PACKED ARRAY [ 1..maxnamelength ] OF char;

.CM *-END-* code ----------------------------------------
.sp
.sp
***********************************************************
ANZAHL STATEMENTS :       0
ANZAHL LINES OF CODE :     153
.pa


