forked from jhenin/spiff
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathflagdefs.h
More file actions
29 lines (25 loc) · 757 Bytes
/
flagdefs.h
File metadata and controls
29 lines (25 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/* Copyright (c) 1988 Bellcore
** All Rights Reserved
** Permission is granted to copy or use this program, EXCEPT that it
** may not be sold for profit, the copyright notice must be reproduced
** on copies, and credit should be given to Bellcore where it is due.
** BELLCORE MAKES NO WARRANTY AND ACCEPTS NO LIABILITY FOR THIS PROGRAM.
*/
/*
** flags used by both parser and comparison routines
*/
#define U_INCLUDE_WS 001
/*
** flags used only by the comparison routines
*/
#define U_BYTE_COMPARE 002
#define U_NO_CASE 004
/*
** flag used by the output routine
*/
#define U_TOKENS 010
/*
** flags used only by the parser
*/
#define U_INC_SIGN 020
#define U_NEED_DECIMAL 040