From: Bill Nottingham <notting@redhat.com>
To: linux-ia64@vger.kernel.org
Subject: Re: [Linux-ia64] Linux IA-64 yacc error
Date: Fri, 26 May 2000 15:32:01 +0000 [thread overview]
Message-ID: <marc-linux-ia64-105590678205110@msgid-missing> (raw)
In-Reply-To: <marc-linux-ia64-105590678205109@msgid-missing>
[-- Attachment #1: Type: text/plain, Size: 133 bytes --]
Greg Harris (gregh@unify.com) said:
> > yacc makey.y
> >
> > yacc:f - out of space.
yacc is broken. Try the attached patch.
Bill
[-- Attachment #2: byacc-fix.patch --]
[-- Type: text/plain, Size: 503 bytes --]
--- byacc-1.9/defs.h.busted Sat May 6 21:10:56 2000
+++ byacc-1.9/defs.h Sat May 6 21:11:22 2000
@@ -1,7 +1,8 @@
#include <assert.h>
#include <ctype.h>
#include <stdio.h>
-
+#include <string.h>
+#include <stdlib.h>
/* machine-dependent definitions */
/* the following definitions are for the Tahoe */
@@ -280,10 +281,3 @@
extern int errno;
-/* system functions */
-
-extern void free();
-extern char *calloc();
-extern char *malloc();
-extern char *realloc();
-extern char *strcpy();
prev parent reply other threads:[~2000-05-26 15:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-05-26 15:27 [Linux-ia64] Linux IA-64 yacc error Greg Harris
2000-05-26 15:32 ` Bill Nottingham [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=marc-linux-ia64-105590678205110@msgid-missing \
--to=notting@redhat.com \
--cc=linux-ia64@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox