summaryrefslogtreecommitdiff
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, 17 insertions, 0 deletions
diff --git a/mail/faces/files/patch-ah b/mail/faces/files/patch-ah
new file mode 100644
index 000000000000..a046ebe72f6d
--- /dev/null
+++ b/mail/faces/files/patch-ah
@@ -0,0 +1,17 @@
+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;