diff options
Diffstat (limited to 'llvm/utils/Spiff/strings.h')
-rw-r--r-- | llvm/utils/Spiff/strings.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/llvm/utils/Spiff/strings.h b/llvm/utils/Spiff/strings.h deleted file mode 100644 index 95c341b6537..00000000000 --- a/llvm/utils/Spiff/strings.h +++ /dev/null @@ -1,21 +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. -*/ - -#ifndef S_INCLUDED -#include <string.h> -extern void S_wordcpy(); -extern void S_skipword(); -extern void S_skipspace(); -extern void S_nextword(); -extern int S_wordcmp(); -extern void S_trimzeros(); -extern void S_savestr(); -extern void S_savenstr(); -extern void S_allocstr(); -#define S_INCLUDED -#endif |