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.13,1.14


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/cscc c_main.c,1.13,1.14
Date: Wed, 02 Jul 2003 21:20:51 -0400

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

Modified Files:
        c_main.c 
Log Message:


Small bug in previous checkin.


Index: c_main.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/cscc/c_main.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** c_main.c    3 Jul 2003 01:19:05 -0000       1.13
--- c_main.c    3 Jul 2003 01:20:49 -0000       1.14
***************
*** 73,76 ****
--- 73,78 ----
        CCStringListAdd(&pre_defined_symbols, &num_pre_defined_symbols,
                                        "__WINT_TYPE__=\"unsigned int\"");
+       CCStringListAdd(&pre_defined_symbols, &num_pre_defined_symbols,
+                                       "__VERSION__=\"" VERSION "-cscc\"");
  #else
        CCStringListAdd(&pre_defined_symbols, &num_pre_defined_symbols,
***************
*** 78,86 ****
        CCStringListAdd(&pre_defined_symbols, &num_pre_defined_symbols,
                                        "__WINT_TYPE__=unsigned int");
  #endif
        CCStringListAdd(&pre_defined_symbols, &num_pre_defined_symbols,
                                        "__WCHAR_TYPE__=__wchar__");
-       CCStringListAdd(&pre_defined_symbols, &num_pre_defined_symbols,
-                                       "__VERSION__=\"" VERSION " (cscc)\"");
        CCStringListAdd(&pre_defined_symbols, &num_pre_defined_symbols,
                                        "__STDC__=1");
--- 80,88 ----
        CCStringListAdd(&pre_defined_symbols, &num_pre_defined_symbols,
                                        "__WINT_TYPE__=unsigned int");
+       CCStringListAdd(&pre_defined_symbols, &num_pre_defined_symbols,
+                                       "__VERSION__=\"" VERSION " (cscc)\"");
  #endif
        CCStringListAdd(&pre_defined_symbols, &num_pre_defined_symbols,
                                        "__WCHAR_TYPE__=__wchar__");
        CCStringListAdd(&pre_defined_symbols, &num_pre_defined_symbols,
                                        "__STDC__=1");





reply via email to

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