The R Project SVN R

Rev

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

Rev 29603 Rev 29902
Line 574... Line 574...
574
# define deparse1line		Rf_deparse1line
574
# define deparse1line		Rf_deparse1line
575
# define DispatchGroup		Rf_DispatchGroup
575
# define DispatchGroup		Rf_DispatchGroup
576
# define DispatchOrEval		Rf_DispatchOrEval
576
# define DispatchOrEval		Rf_DispatchOrEval
577
# define duplicated		Rf_duplicated
577
# define duplicated		Rf_duplicated
578
# define dynamicfindVar		Rf_dynamicfindVar
578
# define dynamicfindVar		Rf_dynamicfindVar
-
 
579
# define EncodeRaw              Rf_EncodeRaw
-
 
580
# define EncodeString           Rf_EncodeString
579
# define endcontext		Rf_endcontext
581
# define endcontext		Rf_endcontext
580
# define errorcall		Rf_errorcall
582
# define errorcall		Rf_errorcall
581
# define ErrorMessage		Rf_ErrorMessage
583
# define ErrorMessage		Rf_ErrorMessage
582
# define factorsConform		Rf_factorsConform
584
# define factorsConform		Rf_factorsConform
583
# define FetchMethod		Rf_FetchMethod
585
# define FetchMethod		Rf_FetchMethod
Line 826... Line 828...
826
void yyprompt(char *format, ...);
828
void yyprompt(char *format, ...);
827
int yywrap(void);
829
int yywrap(void);
828
 
830
 
829
/* ../../main/printutils.c : */
831
/* ../../main/printutils.c : */
830
int	Rstrlen(SEXP, int);
832
int	Rstrlen(SEXP, int);
-
 
833
char *EncodeRaw(Rbyte);
831
char *EncodeString(SEXP, int, int, int);
834
char *EncodeString(SEXP, int, int, int);
832
 
835
 
833
/* Macros for suspending interrupts */
836
/* Macros for suspending interrupts */
834
#define BEGIN_SUSPEND_INTERRUPTS do { \
837
#define BEGIN_SUSPEND_INTERRUPTS do { \
835
    Rboolean __oldsusp__ = R_interrupts_suspended; \
838
    Rboolean __oldsusp__ = R_interrupts_suspended; \