gcl-devel
[Top][All Lists]
Advanced

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

Re: [Gcl-devel] Differences in C files after building


From: Camm Maguire
Subject: Re: [Gcl-devel] Differences in C files after building
Date: 03 Dec 2003 11:08:04 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Greetings!  Just finally implemented a suggestion by Mark Murray, and
removed/moved the generated files out of the active directories of the
cvs repository.  h/new_decl.h is no longer in the repository, and all
.{c,h,data} files in mod,pcl and clcs have been moved into c/ subdirs
of each respective dir.  So for Mike to do his ANSI build workaround
on Windows, he can copy the generated files into place, but random
builds won't generate needless cvs noise.  Please let me know if there
are problems with this.  CVS HEAD only.

Take care,

"Paul F. Dietz" <address@hidden> writes:

> I've noticed there are two C files in the cvs repository that
> are changed after I do an ansi build:
> 
> 
> Index: pcl/pcl_gcl_low.c
> ===================================================================
> RCS file: /cvsroot/gcl/gcl/pcl/pcl_gcl_low.c,v
> retrieving revision 1.6
> diff -r1.6 pcl_gcl_low.c
> 746c746
> < object fSuse_fast_links();
> ---
>  > object fSuse_fast_links_2(object,object);
> 755c755,756
> <   (VFUN_NARGS=2,fSuse_fast_links(sLnil,result_cc));
> ---
>  >   /* (VFUN_NARGS=2,fSuse_fast_links(sLnil,result_cc));*/
>  >   fSuse_fast_links_2(sLnil,result_cc);
> 
> 
> Index: mod/gcl_defpackage.c
> ===================================================================
> RCS file: /cvsroot/gcl/gcl/mod/gcl_defpackage.c,v
> retrieving revision 1.4
> diff -r1.4 gcl_defpackage.c
> 1147c1147
> <       {register object V171;
> ---
>  >       {object V171;
> 1150,1151c1150,1151
> <       register object V173;
> <       register object V174;
> ---
>  >       object V173;
>  >       object V174;
> 1184,1190c1184,1186
> <       {register object V176;
> <       register object V177;
> <       V176= (V173);
> <       V177= (V174);
> <       ((V176))->c.c_cdr = (V177);
> <       if(((V177))!=Cnil){
> <       goto T483;}}
> ---
>  >       (V173)->c.c_cdr = V174;
>  >       if((V174)!=Cnil){
>  >       goto T483;}
> 1210c1206
> <       {register object V178;
> ---
>  >       {object V178;
> 1248c1244
> <       {register object V181;
> ---
>  >       {object V181;
> 1251,1252c1247,1248
> <       register object V183;
> <       register object V184;
> ---
>  >       object V183;
>  >       object V184;
> 1266,1267c1262,1263
> <       goto T503;
> < T503:;
> ---
>  >       goto T501;
>  > T501:;
> 1269,1275c1265,1271
> <       goto T512;}
> <       goto T511;
> <       goto T512;
> < T512:;
> <       goto T504;
> <       goto T511;
> < T511:;
> ---
>  >       goto T510;}
>  >       goto T509;
>  >       goto T510;
>  > T510:;
>  >       goto T502;
>  >       goto T509;
>  > T509:;
> 1277c1273
> <       goto T514;}
> ---
>  >       goto T512;}
> 1280,1282c1276,1278
> <       goto T520;}
> <       {register object V186;
> <       register object V187;
> ---
>  >       goto T518;}
>  >       {object V186;
>  >       object V187;
> 1287,1289c1283,1285
> <       goto T514;}
> <       goto T520;
> < T520:;
> ---
>  >       goto T512;}
>  >       goto T518;
>  > T518:;
> 1292,1294c1288,1290
> <       goto T514;
> < T514:;
> <       {register object V188;
> ---
>  >       goto T512;
>  > T512:;
>  >       {object V188;
> 1304,1306c1300,1302
> <       goto T503;
> <       goto T504;
> < T504:;
> ---
>  >       goto T501;
>  >       goto T502;
>  > T502:;
> 
>       Paul
> 
> 
> 
> 
> _______________________________________________
> Gcl-devel mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/gcl-devel
> 
> 
> 

-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

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