The R Project SVN R

Rev

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

Rev 85713 Rev 85716
Line 2066... Line 2066...
2066
	    break;
2066
	    break;
2067
	}
2067
	}
2068
	if (nprotect) UNPROTECT(nprotect);
2068
	if (nprotect) UNPROTECT(nprotect);
2069
    }
2069
    }
2070
 
2070
 
-
 
2071
    /* FIXME: Calling a function via an incompatible function pointer is
-
 
2072
       undefined behavior. */ 
2071
    switch (nargs) {
2073
    switch (nargs) {
2072
    case 0:
2074
    case 0:
2073
	((FUNS0)fun)();
2075
	((FUNS0)fun)();
2074
	break;
2076
	break;
2075
    case 1:
2077
    case 1: