|
Check-in Number:
|
244 | |
| Date: |
2000-Dec-15 14:23:51 (local)
2000-Dec-15 13:23:51 (UTC) |
| User: | simons |
| Branch: | |
| Comment: |
Added definition of YYSTYPE. |
| Tickets: |
|
| Inspections: |
|
| Files: |
|
ossp-pkg/petidomo/librfc822/address.y 1.2 -> 1.3
--- address.y 2000/12/16 13:06:12 1.2
+++ address.y 2000/12/16 13:23:51 1.3
@@ -1,6 +1,6 @@
/*
$Source: /v/ossp/cvs/ossp-pkg/petidomo/librfc822/address.y,v $
- $Revision: 1.2 $
+ $Revision: 1.3 $
Copyright (C) 2000 by CyberSolutions GmbH, Germany.
@@ -20,6 +20,8 @@
%{
/* Definitions we need in the parser. */
+#define YYSTYPE char *
+
#include <errno.h>
#ifdef DEBUG_DMALLOC
# include <dmalloc.h>
|
|