The R Project SVN R

Rev

Rev 27710 | Rev 31672 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 27710 Rev 30898
Line 886... Line 886...
886
		    SEXP call;
886
		    SEXP call;
887
		    PROTECT(call = allocList(2));
887
		    PROTECT(call = allocList(2));
888
		    SETCAR(call, install("initMethodsDispatch"));
888
		    SETCAR(call, install("initMethodsDispatch"));
889
		    eval(call, R_GlobalEnv); /* only works with
889
		    eval(call, R_GlobalEnv); /* only works with
890
						methods	 attached */
890
						methods	 attached */
-
 
891
		    UNPROTECT(1);
891
	    }
892
	    }
892
    }
893
    }
893
    return value;
894
    return value;
894
}
895
}
895
 
896