diff options
Diffstat (limited to 'llvm/utils/Spiff/flagdefs.h')
-rw-r--r-- | llvm/utils/Spiff/flagdefs.h | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/llvm/utils/Spiff/flagdefs.h b/llvm/utils/Spiff/flagdefs.h deleted file mode 100644 index ca1b5d06bfe..00000000000 --- a/llvm/utils/Spiff/flagdefs.h +++ /dev/null @@ -1,29 +0,0 @@ -/* 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 |