dotgnu-pnet-commits
[Top][All Lists]
Advanced

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

[Dotgnu-pnet-commits] CVS: pnet/ilnative ilinternal.c,1.5,1.6


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/ilnative ilinternal.c,1.5,1.6
Date: Fri, 13 Dec 2002 04:06:55 -0500

Update of /cvsroot/dotgnu-pnet/pnet/ilnative
In directory subversions:/tmp/cvs-serv7004/ilnative

Modified Files:
        ilinternal.c 
Log Message:


Rename "errno" to "error", to prevent problems on platforms that define "errno"
as a macro.


Index: ilinternal.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/ilnative/ilinternal.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** ilinternal.c        11 Jun 2002 04:21:45 -0000      1.5
--- ilinternal.c        13 Dec 2002 09:06:52 -0000      1.6
***************
*** 646,650 ****
                {
                        putc(' ', outfile);
!                       fputs(paramName, outfile);
                }
                else
--- 646,657 ----
                {
                        putc(' ', outfile);
!                       if(!strcmp(paramName, "errno"))
!                       {
!                               fputs("error", outfile);
!                       }
!                       else
!                       {
!                               fputs(paramName, outfile);
!                       }
                }
                else




reply via email to

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