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

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

[Dotgnu-pnet-commits] CVS: pnet/cscc c_main.c,1.10,1.11


From: Jonathan Springer <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/cscc c_main.c,1.10,1.11
Date: Sun, 23 Mar 2003 13:01:03 -0500

Update of /cvsroot/dotgnu-pnet/pnet/cscc
In directory subversions:/tmp/cvs-serv27819/cscc

Modified Files:
        c_main.c 
Log Message:


Change for darwin pre-compiler.


Index: c_main.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/cscc/c_main.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** c_main.c    20 Aug 2002 07:03:27 -0000      1.10
--- c_main.c    23 Mar 2003 18:01:01 -0000      1.11
***************
*** 61,72 ****
                                                "__WORDSIZE=64");
                CCStringListAdd(&pre_defined_symbols, &num_pre_defined_symbols,
!                                               "__PTRDIFF_TYPE__=long long");
        }
        CCStringListAdd(&pre_defined_symbols, &num_pre_defined_symbols,
!                                       "__SIZE_TYPE__=unsigned int");
        CCStringListAdd(&pre_defined_symbols, &num_pre_defined_symbols,
                                        "__WCHAR_TYPE__=__wchar__");
        CCStringListAdd(&pre_defined_symbols, &num_pre_defined_symbols,
!                                       "__WINT_TYPE__=unsigned int");
        CCStringListAdd(&pre_defined_symbols, &num_pre_defined_symbols,
                                        "__VERSION__=\"" VERSION " (cscc)\"");
--- 61,72 ----
                                                "__WORDSIZE=64");
                CCStringListAdd(&pre_defined_symbols, &num_pre_defined_symbols,
!                                               "__PTRDIFF_TYPE__=\"long 
long\"");
        }
        CCStringListAdd(&pre_defined_symbols, &num_pre_defined_symbols,
!                                       "__SIZE_TYPE__=\"unsigned int\"");
        CCStringListAdd(&pre_defined_symbols, &num_pre_defined_symbols,
                                        "__WCHAR_TYPE__=__wchar__");
        CCStringListAdd(&pre_defined_symbols, &num_pre_defined_symbols,
!                                       "__WINT_TYPE__=\"unsigned int\"");
        CCStringListAdd(&pre_defined_symbols, &num_pre_defined_symbols,
                                        "__VERSION__=\"" VERSION " (cscc)\"");





reply via email to

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