aboutsummaryrefslogtreecommitdiff
path: root/mail/faces/files/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'mail/faces/files/patch-ah')
-rw-r--r--mail/faces/files/patch-ah17
1 files changed, 0 insertions, 17 deletions
diff --git a/mail/faces/files/patch-ah b/mail/faces/files/patch-ah
deleted file mode 100644
index a046ebe72f6d..000000000000
--- a/mail/faces/files/patch-ah
+++ /dev/null
@@ -1,17 +0,0 @@
-diff -c -N ../faces/y.tab.h ./y.tab.h
-*** ../faces/y.tab.h Thu Jan 1 01:00:00 1970
---- ./y.tab.h Wed Dec 11 09:26:39 1996
-***************
-*** 0 ****
---- 1,11 ----
-+ #define EOL 257
-+ #define ATOM 258
-+ #define LIT_DOMAIN 259
-+ #define QUOTED_STRING 260
-+ typedef union {
-+ char yChar;
-+ char *yString;
-+ Dom *yDom;
-+ Addr *yAddr;
-+ } YYSTYPE;
-+ extern YYSTYPE yylval;