diff options
| author | Steve Price <steve@FreeBSD.org> | 1998-09-21 01:56:25 +0000 |
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 1998-09-21 01:56:25 +0000 |
| commit | 076bb69c87153e7217aabc94d418eb4cfb8c3bb3 (patch) | |
| tree | 751d3aad75bcc89f6ed1b259ce9353070d5b41c5 /mail/faces/files/patch-ah | |
| parent | a3ce042589f77554b1961ba1d20d7aadae0284cf (diff) | |
One file per patch according to the guidelines.
Diffstat (limited to 'mail/faces/files/patch-ah')
| -rw-r--r-- | mail/faces/files/patch-ah | 17 |
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; |
