Specmaker: With compliments from the operator

Francois Gouget fgouget at free.fr
Tue May 8 22:18:34 CDT 2001



   Unless MS added a proprietary extension to C++, I believe this should
be 'operator_complement' rather than 'operator_compliment'. They would
have called it 'operator_self_compliment' anyway ;-)

   (With thanks to some slashdot poster for giving me spelling mistakes
to start from)

Changelog:

 * tools/specmaker/msmangle.c
   Renamed 'operator_compliment' to 'operator_complement'


--
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
The nice thing about meditation is that it makes doing nothing quite respectable
                                  -- Paul Dean
-------------- next part --------------
Index: tools/specmaker/msmangle.c
===================================================================
RCS file: /home/cvs/wine/wine/tools/specmaker/msmangle.c,v
retrieving revision 1.3
diff -u -r1.3 msmangle.c
--- tools/specmaker/msmangle.c	2001/02/16 19:06:06	1.3
+++ tools/specmaker/msmangle.c	2001/05/09 02:17:56
@@ -101,7 +101,7 @@
     case 'P': function_name = strdup ("operator_greaterthanequal"); break;
     case 'Q': function_name = strdup ("operator_comma"); break;
     case 'R': function_name = strdup ("operator_functioncall"); break;
-    case 'S': function_name = strdup ("operator_compliment"); break;
+    case 'S': function_name = strdup ("operator_complement"); break;
     case 'T': function_name = strdup ("operator_xor"); break;
     case 'U': function_name = strdup ("operator_logicalor"); break;
     case 'V': function_name = strdup ("operator_logicaland"); break;


More information about the wine-patches mailing list