euphoria

changeset 5129:9319bdd7ec7f

* merge heads
* fixes ticket 705
author Matt Lewis
date Fri Sep 02 10:13:03 2011 -0400 (21 months ago)
parents f9f780c1781e 4612ecf90f51
children 9661ab6e18e5 362980e9d4ca
files
line diff
     1.1 --- a/source/dis.e	Fri Sep 02 10:07:54 2011 -0400
     1.2 +++ b/source/dis.e	Fri Sep 02 10:13:03 2011 -0400
     1.3 @@ -1793,6 +1793,8 @@
     1.4  			name = "SWITCH"
     1.5  		elsif equal( name, "PROC_TAIL" ) then
     1.6  			name = "PROC"
     1.7 +		elsif equal( name, "STARTLINE_BREAK" ) then
     1.8 +			name = "STARTLINE"
     1.9  		end if
    1.10  
    1.11  		operation[i] = routine_id("op" & name)

SCM Home | OpenEuphoria.org Home