34 lines
1.6 KiB
C
Executable File
34 lines
1.6 KiB
C
Executable File
*******************************************************************************
|
|
*
|
|
* uniVerse include file FORMAT.OPTS.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.
|
|
*
|
|
*******************************************************************************
|
|
|
|
DIM FORMAT.OPTIONS(10)
|
|
|
|
EQUATE FORMAT.MARGIN TO FORMAT.OPTIONS(1) ;* Left margin
|
|
EQUATE FORMAT.INDENT TO FORMAT.OPTIONS(2) ;* Number of spaces to indent
|
|
EQUATE FORMAT.CASE TO FORMAT.OPTIONS(3) ;* Case sensitive or insensitive
|
|
;* '' => case sensitive
|
|
;* 'MCU' => case insensitive
|
|
EQUATE FORMAT.LABELS TO FORMAT.OPTIONS(4) ;* Put labels on separate lines
|
|
EQUATE FORMAT.COMMENT TO FORMAT.OPTIONS(5) ;* Format comments as for old FANCY.FORMAT
|
|
EQUATE FORMAT.BRIEF TO FORMAT.OPTIONS(6) ;* Don't output *'s
|
|
EQUATE FORMAT.SURROUND TO FORMAT.OPTIONS(7) ;* Surround special tokens with spaces
|
|
EQUATE FORMAT.ALIGN TO FORMAT.OPTIONS(8) ;* Align assignments, equates, etc
|