The R Project SVN R

Rev

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

Rev 81097 Rev 81278
Line 781... Line 781...
781
#if R_USE_PROTOTYPES
781
#if R_USE_PROTOTYPES
782
    void (*fillStroke)(SEXP path, int rule, const pGEcontext gc, pDevDesc dd);
782
    void (*fillStroke)(SEXP path, int rule, const pGEcontext gc, pDevDesc dd);
783
#else
783
#else
784
    void (*fillStroke)();
784
    void (*fillStroke)();
785
#endif
785
#endif
-
 
786
#if R_USE_PROTOTYPES
-
 
787
    SEXP (*capabilities)(SEXP cap);
-
 
788
#else
-
 
789
    SEXP (*capabilities)();
-
 
790
#endif
786
 
791
 
787
    /* Area for future expansion.
792
    /* Area for future expansion.
788
       By zeroing this, devices are more likely to work if loaded
793
       By zeroing this, devices are more likely to work if loaded
789
       into a later version of R than that they were compiled under.
794
       into a later version of R than that they were compiled under.
790
    */
795
    */