Update of /cvsroot/mahogany/M/lib/compface
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10179/lib/compface

Modified Files:
        compface.h 
Log Message:
fix for C++ compilation

Index: compface.h
===================================================================
RCS file: /cvsroot/mahogany/M/lib/compface/compface.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -b -u -2 -r1.1.1.1 -r1.2
--- compface.h  2 May 2004 10:36:58 -0000       1.1.1.1
+++ compface.h  3 May 2004 12:31:09 -0000       1.2
@@ -21,5 +21,5 @@
 /* For all function declarations, if ANSI then use a prototype. */
 
-#if  defined(__STDC__)
+#if  defined(__STDC__) || defined(__cplusplus)
 #define P(args)  args
 #else  /* ! __STDC__ */



-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE. 
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to