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.11,1.12


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/cscc c_main.c,1.11,1.12
Date: Mon, 31 Mar 2003 19:26:18 -0500

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

Modified Files:
        c_main.c 
Log Message:


Remove the quoting in the "-D" options that were added for MacOSX,
as they break other platforms.


Index: c_main.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/cscc/c_main.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** c_main.c    23 Mar 2003 18:01:01 -0000      1.11
--- c_main.c    1 Apr 2003 00:26:16 -0000       1.12
***************
*** 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]