aboutsummaryrefslogtreecommitdiff
path: root/contrib/csup/rcsparse.h
diff options
context:
space:
mode:
authorUlf Lilleengen <lulf@FreeBSD.org>2008-11-20 19:51:06 +0000
committerUlf Lilleengen <lulf@FreeBSD.org>2008-11-20 19:51:06 +0000
commit49e63a72768ca5b06ea73e0aacdf6390f1872854 (patch)
tree227b23df11cb860ec67eaa4e55689934390f2629 /contrib/csup/rcsparse.h
parentbd04e3119ff41aee51c0859d15a5f57ccfdc1c15 (diff)
downloadsrc-49e63a72768ca5b06ea73e0aacdf6390f1872854.tar.gz
src-49e63a72768ca5b06ea73e0aacdf6390f1872854.zip
Notes
Diffstat (limited to 'contrib/csup/rcsparse.h')
-rw-r--r--contrib/csup/rcsparse.h17
1 files changed, 8 insertions, 9 deletions
diff --git a/contrib/csup/rcsparse.h b/contrib/csup/rcsparse.h
index 9eacbc89f0a5..21051e585c21 100644
--- a/contrib/csup/rcsparse.h
+++ b/contrib/csup/rcsparse.h
@@ -24,19 +24,18 @@
* SUCH DAMAGE.
*
* $FreeBSD$
- *
*/
#ifndef _RCSPARSE_H_
#define _RCSPARSE_H_
-#define ID 0
-#define NUM 1
-#define KEYWORD 2
-#define KEYWORD_TWO 3
-#define STRING 4
-#define SEMIC 5
-#define COLON 6
+#define ID 0
+#define NUM 1
+#define KEYWORD 2
+#define KEYWORD_TWO 3
+#define STRING 4
+#define SEMIC 5
+#define COLON 6
struct rcsfile;
int rcsparse_run(struct rcsfile *, FILE *);
-#endif
+#endif /* !_RCSPARSE_H_ */