dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnet/image synthetic.c,1.6,1.7


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/image synthetic.c,1.6,1.7
Date: Mon, 13 Jan 2003 04:59:10 -0500

Update of /cvsroot/dotgnu-pnet/pnet/image
In directory subversions:/tmp/cvs-serv4882/image

Modified Files:
        synthetic.c 
Log Message:


Minor update to previous check-in - remove obsolete comments.


Index: synthetic.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/image/synthetic.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** synthetic.c 13 Jan 2003 09:55:41 -0000      1.6
--- synthetic.c 13 Jan 2003 09:59:05 -0000      1.7
***************
*** 177,190 ****
   * Add methods to a synthetic class that corresponds
   * to a single-dimensional array.
-  *
-  * Note: strictly speaking, single-dimensional arrays
-  * don't have constructors, as the "newarr" instruction
-  * is used for that purpose.  However, it makes it easier
-  * on the runtime engine if we treat all array types
-  * uniformly.
-  *
-  * To remain ECMA-compliant, we mark the constructor as
-  * "private", which prevents applications from calling
-  * it directly.  But the runtime engine can still call it.
   */
  static int AddSArrayMethods(ILClass *info, ILType *type)
--- 177,180 ----





reply via email to

[Prev in Thread] Current Thread [Next in Thread]