2004-06-10 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
authorRafael Teixeira <monoman@gmail.com>
Thu, 10 Jun 2004 14:32:47 +0000 (14:32 -0000)
committerRafael Teixeira <monoman@gmail.com>
Thu, 10 Jun 2004 14:32:47 +0000 (14:32 -0000)
* skeleton.cs: oops some uses of changed classes/interfaces also need to become internal.

svn path=/trunk/mcs/; revision=29192

mcs/jay/ChangeLog
mcs/jay/skeleton.cs

index 6f3fc0df8f16132c6da1837fc5c56d04d2a7e9ca..d5a9fc4f806989e96899e5731531814062fb4e87 100755 (executable)
@@ -1,3 +1,6 @@
+2004-06-10  Rafael Teixeira <rafaelteixeirabr@hotmail.com>
+       * skeleton.cs: oops some uses of changed classes/interfaces also need to become internal.
+
 2004-06-10  Atsushi Enomoto <atsushi@ximian.com>
 
        * skelton.cs: make classes/interfaces internal.
index 1e15f2ed38a8b1c86baf91cfa4483e1eb08adbc8..eb38daaec46167acd6c538d8ae7afe4a65d51856 100644 (file)
@@ -41,7 +41,7 @@
 .  /** debugging support, requires the package jay.yydebug.
 .      Set to null to suppress debugging messages.
 .    */
-t  protected yydebug.yyDebug debug;
+t  internal yydebug.yyDebug debug;
 .
  debug                 ## tables for debugging support
 .
@@ -92,7 +92,7 @@ t  }
 .      @return result of the last reduction, if any.
 .      @throws yyException on irrecoverable parse error.
 .    */
-.  public Object yyparse (yyParser.yyInput yyLex, Object yyd)
+.  internal Object yyparse (yyParser.yyInput yyLex, Object yyd)
 .                               {
 t    this.debug = (yydebug.yyDebug)yyd;
 .    return yyparse(yyLex);
@@ -120,7 +120,7 @@ t    this.debug = (yydebug.yyDebug)yyd;
 .      @return result of the last reduction, if any.
 .      @throws yyException on irrecoverable parse error.
 .    */
-.  public Object yyparse (yyParser.yyInput yyLex)
+.  internal Object yyparse (yyParser.yyInput yyLex)
 .                              {
 .    if (yyMax <= 0) yyMax = 256;                      // initial size
 .    int yyState = 0;                                   // state stack ptr