fix bug #36228: reserved identifier violation
[xboard.git] / xevalgraph.h
index fd3d6be..e65f8f5 100644 (file)
@@ -21,8 +21,8 @@
  *------------------------------------------------------------------------
  ** See the file ChangeLog for a revision history.  */
 
-#ifndef _XEVALGRAPH_H
-#define _XEVALGRAPH_H 1
+#ifndef XB_XEVALGRAPH
+#define XB_XEVALGRAPH
 
 void EvalGraphSet P(( int first, int last, int current, ChessProgramStats_Move * pvInfo ));