File tree Expand file tree Collapse file tree 9 files changed +95
-96
lines changed Expand file tree Collapse file tree 9 files changed +95
-96
lines changed Original file line number Diff line number Diff line change 11/*
22 * R : A Computer Language for Statistical Data Analysis
33 * Copyright (C) 2001-3 Paul Murrell
4- * 2003-2019 The R Core Team
4+ * 2003-2025 The R Core Team
55 *
66 * This program is free software; you can redistribute it and/or modify
77 * it under the terms of the GNU General Public License as published by
2020
2121#include "grid.h"
2222
23- Rboolean isClipPath (SEXP clip ) {
23+ bool isClipPath (SEXP clip ) {
2424 return Rf_inherits (clip , "GridClipPath" );
2525}
2626
Original file line number Diff line number Diff line change 11/*
22 * R : A Computer Language for Statistical Data Analysis
33 * Copyright (C) 2001-3 Paul Murrell
4- * 2003-2014 The R Core Team
4+ * 2003-2025 The R Core Team
55 *
66 * This program is free software; you can redistribute it and/or modify
77 * it under the terms of the GNU General Public License as published by
@@ -300,7 +300,7 @@ static SEXP unresolveFill(SEXP pattern)
300300 return result ;
301301}
302302
303- SEXP resolveGPar (SEXP gp , Rboolean byName )
303+ SEXP resolveGPar (SEXP gp , bool byName )
304304{
305305 SEXP result = R_NilValue ;
306306 SEXP fill ;
You can’t perform that action at this time.
0 commit comments