From 24736a335115c6eb784ae8157bba2746c7e615c9 Mon Sep 17 00:00:00 2001
From: Martin Nilsson <mani@lysator.liu.se>
Date: Sun, 29 Jun 2008 14:49:51 +0200
Subject: [PATCH] SEE_PROTECTED and SEE_STATIC are aliases.

Rev: src/program.h:1.257
---
 src/program.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/program.h b/src/program.h
index 749711aede..2df1cc4466 100644
--- a/src/program.h
+++ b/src/program.h
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: program.h,v 1.256 2008/06/28 21:50:11 mast Exp $
+|| $Id: program.h,v 1.257 2008/06/29 12:49:51 nilsson Exp $
 */
 
 #ifndef PROGRAM_H
@@ -685,6 +685,7 @@ extern struct object *placeholder_object;
 
 /* Flags for identifier finding... */
 #define SEE_STATIC 1
+#define SEE_PROTECTED 1
 #define SEE_PRIVATE 2
 
 /* Report levels */
-- 
GitLab