chiark
/
gitweb
/
~mdw
/
become
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
4c37c6a
)
Add a header, kill a warning.
author
mdw
<mdw>
Sun, 12 Oct 2003 15:22:01 +0000
(15:22 +0000)
committer
mdw
<mdw>
Sun, 12 Oct 2003 15:22:01 +0000
(15:22 +0000)
src/lexer.l
patch
|
blob
|
blame
|
history
diff --git
a/src/lexer.l
b/src/lexer.l
index 7183d075c27d9226a22cc072324e4dfb65cede54..9e9c00a90590c935fb006145f21208a9b353c6cd 100644
(file)
--- a/
src/lexer.l
+++ b/
src/lexer.l
@@
-1,6
+1,6
@@
/* -*-c-*-
*
/* -*-c-*-
*
- * $Id: lexer.l,v 1.
5 2003/10/12 00:29:10
mdw Exp $
+ * $Id: lexer.l,v 1.
6 2003/10/12 15:22:01
mdw Exp $
*
* Lexical analyser for `become.conf' files
*
*
* Lexical analyser for `become.conf' files
*
@@
-29,6
+29,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: lexer.l,v $
/*----- Revision history --------------------------------------------------*
*
* $Log: lexer.l,v $
+ * Revision 1.6 2003/10/12 15:22:01 mdw
+ * Add a header, kill a warning.
+ *
* Revision 1.5 2003/10/12 00:29:10 mdw
* Missed an old include...
*
* Revision 1.5 2003/10/12 00:29:10 mdw
* Missed an old include...
*
@@
-56,6
+59,8
@@
#include <stdlib.h>
#include <string.h>
#include <stdlib.h>
#include <string.h>
+#include <mLib/report.h>
+
#include "become.h"
#include "lexer.h"
#include "parse.h"
#include "become.h"
#include "lexer.h"
#include "parse.h"