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

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

[Dotgnu-pnet-commits] CVS: pnet/ilasm ilasm_grammar.y,1.27,1.28


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/ilasm ilasm_grammar.y,1.27,1.28
Date: Mon, 13 Jan 2003 16:09:35 -0500

Update of /cvsroot/dotgnu-pnet/pnet/ilasm
In directory subversions:/tmp/cvs-serv16971/ilasm

Modified Files:
        ilasm_grammar.y 
Log Message:


Remove duplicate definition of I_IMETHOD.


Index: ilasm_grammar.y
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/ilasm/ilasm_grammar.y,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -r1.27 -r1.28
*** ilasm_grammar.y     13 Jan 2003 09:14:25 -0000      1.27
--- ilasm_grammar.y     13 Jan 2003 21:09:32 -0000      1.28
***************
*** 824,828 ****
   * Instruction types.
   */
! %token I_NONE I_VAR I_INT I_FLOAT I_BRANCH I_METHOD I_IMETHOD I_FIELD I_TYPE
  %token I_STRING I_SIGNATURE I_RVA I_TOKEN I_SSA I_SWITCH I_CONST
  %token I_IINC I_LSWITCH I_IMETHOD I_NEWARRAY I_MULTINEWARRAY
--- 824,828 ----
   * Instruction types.
   */
! %token I_NONE I_VAR I_INT I_FLOAT I_BRANCH I_METHOD I_FIELD I_TYPE
  %token I_STRING I_SIGNATURE I_RVA I_TOKEN I_SSA I_SWITCH I_CONST
  %token I_IINC I_LSWITCH I_IMETHOD I_NEWARRAY I_MULTINEWARRAY
***************
*** 857,861 ****
  %type <fieldAttrs>    FieldAttributes FieldAttributeList FieldAttributeName
  %type <methodAttrs>   MethodAttributes MethodAttributeList MethodAttributeName
! %type <opcode>                I_NONE I_VAR I_BRANCH I_METHOD I_IMETHOD 
I_FIELD I_TYPE
  %type <opcode>                I_INT I_FLOAT I_STRING I_SIGNATURE I_RVA I_TOKEN
  %type <opcode>                I_SSA I_SWITCH I_CONST I_IINC I_LSWITCH 
I_IMETHOD
--- 857,861 ----
  %type <fieldAttrs>    FieldAttributes FieldAttributeList FieldAttributeName
  %type <methodAttrs>   MethodAttributes MethodAttributeList MethodAttributeName
! %type <opcode>                I_NONE I_VAR I_BRANCH I_METHOD I_FIELD I_TYPE
  %type <opcode>                I_INT I_FLOAT I_STRING I_SIGNATURE I_RVA I_TOKEN
  %type <opcode>                I_SSA I_SWITCH I_CONST I_IINC I_LSWITCH 
I_IMETHOD





reply via email to

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