bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GLR and strdup (Was: [GNU Bison 1.75a] testsuite: 89 90 91 92 93 94


From: Akim Demaille
Subject: Re: GLR and strdup (Was: [GNU Bison 1.75a] testsuite: 89 90 91 92 93 94 95 96 97 failed)
Date: 24 Oct 2002 13:38:32 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Honest Recruiter)

Please, keep it public.

| Akim Demaille writes:
|  > 
|  > | As per your request.  This is on dec-mips-ultrix.  Do you want me to try
|  > | other platforms here? 
|  > 
|  > Well, beta testers are always extremely appreciated :)
| 
| Okay, you asked for it :) I'll try on Tru64 for a starter.

Wait a second please: I'm wrapping another 1.75a...  Within 5 min you
may download it form the same place.  Thanks!

|  > I tend to think that we should not pollute the other skeletons (i.e.,
|  > the others than yacc.c) with such portability issues.  In other words,
|  > I would suggest that the test suite itself provide the portability
|  > glue, not the skeleton.
|  > 
|  > But if other people think the converse, let's make glr.c more
|  > portable; but in this case, I would suggest that we go to an Autoconf
|  > like portability:
| 
| Yap.  This kind of thing would do the job.  
| 
| Greetings, 
| 
| Bert.
| 
|  > #if HAVE_CONFIG_H
|  > # include <config.h>
|  > #else
|  > # define HAVE_STRDUP 0
|  > #endif
|  > 
|  > #if !HAVE_STRDUP
|  > char *
|  > my_strdup (....)
|  > ....
|  > 
|  > # define strdup my_strdup
|  > #endif




reply via email to

[Prev in Thread] Current Thread [Next in Thread]