The R Project SVN R

Rev

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

Rev 84218 Rev 84219
Line 83... Line 83...
83
 
83
 
84
#ifdef __cplusplus
84
#ifdef __cplusplus
85
# if defined(__clang__)
85
# if defined(__clang__)
86
#  pragma clang diagnostic pop
86
#  pragma clang diagnostic pop
87
# elif defined(__GNUC__)
87
# elif defined(__GNUC__)
88
#  pragma GCC diagnostic pod
88
#  pragma GCC diagnostic pop
89
# endif
89
# endif
90
#endif
90
#endif
91
 
91
 
92
# endif 
92
# endif 
93
 
93