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

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

[Dotgnu-pnet-commits] CVS: pnetlib/JScript/Jsc Binding.cs,1.1,1.2


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/JScript/Jsc Binding.cs,1.1,1.2
Date: Mon, 26 May 2003 01:03:43 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib/JScript/Jsc
In directory subversions:/tmp/cvs-serv27966/JScript/Jsc

Modified Files:
        Binding.cs 
Log Message:


Add the CONFIG_REFLECTION_EMIT option to the profiles.


Index: Binding.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/JScript/Jsc/Binding.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** Binding.cs  13 Jan 2003 10:53:19 -0000      1.1
--- Binding.cs  26 May 2003 05:03:41 -0000      1.2
***************
*** 51,55 ****
                        }
  
! #if !ECMA_COMPAT
  
        // Translate this binding object into IL.
--- 51,55 ----
                        }
  
! #if CONFIG_REFLECTION_EMIT
  
        // Translate this binding object into IL.
***************
*** 58,62 ****
        protected abstract void TranslateToILWithDupOfThisOb(ILGenerator il);
  
! #endif // !ECMA_COMPAT
  
  }; // class Binding
--- 58,62 ----
        protected abstract void TranslateToILWithDupOfThisOb(ILGenerator il);
  
! #endif // CONFIG_REFLECTION_EMIT
  
  }; // class Binding





reply via email to

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