automake-patches
[Top][All Lists]
Advanced

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

Re: patch 4: test for --help and --version (take 3)


From: Paolo Bonzini
Subject: Re: patch 4: test for --help and --version (take 3)
Date: Mon, 17 Jun 2002 11:07:03 +0200
User-agent: Mutt/1.4i

> Sorry, I don't want to be a pest, 
> but please, send this to address@hidden

My mistake -- just started using mutt...

>  Bonzini> + echo 'main(int argc, char **argv) { exit(0); }' > fubar.c
>  Bonzini> + echo 'main(int argc, char **argv) { exit(0); }' > fubar2.c
>  Bonzini> + main(int argc, char **argv) {
> 
> I missed this the first time.  Shoudn't these be
> 
>   int main() { 
> 
> for the sake of K&R compilers?  (BTW, I guess there are several
> other tests which are broken similarly.)

You can apply my patch as is, as soon as you tell me it's committed I can
provide another patch that fixes them all.

ansi3.test:main (int argc, char *argv[])
ansi5.test:main (int argc, char *argv[])
ansi5.test:main (int argc, char *argv[])
ansi6.test:main (int argc, char **argv)
ansi7.test:main (int argc, char **argv)
depend2.test:main (int argc, char *argv[])
gnits2.test:echo 'main(int argc, char **argv) { exit(0); }' > fubar.c
gnits2.test:echo 'main(int argc, char **argv) { exit(0); }' > fubar2.c
gnits2.test:main(int argc, char **argv) {
pr204.test:void yyerror (char *s) {}
specflags7.test:main (int argc, char *argv[])
specflags8.test:main (int argc, char *argv[])
subobj3.test:main (int argc, char *argv[])
subobj9.test:int doit (void)
yacc4.test:void yyerror (char *s) {}
yacc4.test:void yyerror (char *s) {}
yacc8.test:void yyerror (char *s) {}
yaccvpath.test:void yyerror (char *s) {}
yaccvpath.test:void yyerror (char *s) {}
yaccvpath.test:void yyerror (char *s) {}

I guess the ones in ansi* are intended, but not the others.

Paolo




reply via email to

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