X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/10b959e3729a77b95ab15614d1bdce74da327d8b..bd8289c14d41c824df7145c63a587f14cead43c0:/include/wx/expr.h diff --git a/include/wx/expr.h b/include/wx/expr.h index d19d8580b1..0ea70c6d85 100644 --- a/include/wx/expr.h +++ b/include/wx/expr.h @@ -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 #include @@ -126,4 +126,4 @@ void syntax_error(); #endif #endif - // __EXPRH__ + /* _WX_EXPRH__ */