Displaying 1 result from an estimated 1 matches for "atparam".
1999 Nov 23
1
compile error for mkString on alpha (PR#332)
...ar". (ptrmismatch)
                                 buf, 1024, 1) == 0) return R_NilValue;
---------------------------------^
cc: Error: ../../../R/src/main/gram.y, line 1365: In this declaration, parameter
1 has a different type than specified in an earlier declaration of this
function. (mism
atparam)
SEXP mkString(const char *s)
-----^
cc: Error: ../../../R/src/main/gram.y, line 1365: In this declaration, the type
of "mkString" is not compatible with the type of a previous declaration of
"mkString" at
 line number 59 in file ../../../R/src/main/gram.y. (notcompat)
SEXP mkSt...