Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
9e95a876
...
9e95a8767cc9019bb307e64f9d3a5ed172cc1bbb
authored
2001-08-03 02:41:45 +0000
by
Sam Roberts
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Now using xmalloc() from ../lib.
1 parent
4e28d683
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
sieve/sieve-gram.y
sieve/sieve-lex.l
sieve/sieve-gram.y
View file @
9e95a87
...
...
@@ -33,7 +33,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <stdlib.h>
#include <assert.h>
#include <string.h>
#include "x
m
alloc.h"
#include "xalloc.h"
#include "comparator.h"
#include "interp.h"
#include "script.h"
...
...
sieve/sieve-lex.l
View file @
9e95a87
...
...
@@ -30,7 +30,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#endif
#include <string.h> /* for strdup */
#include "x
m
alloc.h"
#include "xalloc.h"
#include "tree.h"
#include "sieve-gram.h"
...
...
Please
register
or
sign in
to post a comment