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>
|
|