You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 lines
600 B

Index: eval.h
--- eval.h.orig 2004-10-29 16:48:41 +0200
+++ eval.h 2006-12-30 12:16:17 +0100
@@ -33,7 +33,7 @@
#ifndef _EVAL_H_
#define _EVAL_H_
-#include <regex.h>
+#include "pcreposix.h"
enum { VAL_UNDEF=0, VAL_TRUE, VAL_FALSE };
enum { COND_CONNECT, COND_HELO, COND_ENVFROM, COND_ENVRCPT,
Index: parse.y
--- parse.y.orig 2004-10-29 16:48:42 +0200
+++ parse.y 2006-12-30 12:16:01 +0100
@@ -44,7 +44,6 @@
#include "eval.h"
int yyerror(char *, ...);
-static int yyparse(void);
static int define_macro(const char *, struct expr *);
static struct expr *find_macro(const char *);