]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/expr.h
fixes for Sun CC 5.0 (unlike 4.2 it understands bool)
[wxWidgets.git] / include / wx / expr.h
index d19d8580b1724227577c3c9a76f943c5e5887ff7..0ea70c6d8533a0646dac5fa14714e563e1ce9b7d 100644 (file)
@@ -1,4 +1,4 @@
-/////////////////////////////////////////////////////////////////////////////
+///////////////////////////////////////////////////////////////////////////
 // Name:        expr.h
 // Purpose:     C helper defines and functions for wxExpr class
 // Author:      Julian Smart
@@ -7,10 +7,10 @@
 // RCS-ID:      $Id$
 // Copyright:   (c)
 // Licence:    wxWindows licence
-/////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////// */
 
-#ifndef __EXPRH__
-#define __EXPRH__
+#ifndef _WX_EXPRH__
+#define _WX_EXPRH__
 
 #include <math.h>
 #include <stdlib.h>
@@ -126,4 +126,4 @@ void syntax_error();
 #endif
 
 #endif
-       // __EXPRH__
+       /* _WX_EXPRH__ */