SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
23
math/aamath/patches/patch-expr_cc
Normal file
23
math/aamath/patches/patch-expr_cc
Normal file
|
@ -0,0 +1,23 @@
|
|||
clang looks at parameter names
|
||||
|
||||
Index: expr.cc
|
||||
--- expr.cc.orig
|
||||
+++ expr.cc
|
||||
@@ -1192,7 +1192,7 @@ IntegralOnInterval::render_head() const
|
||||
|
||||
class SumSymbol : public OpSymbol {
|
||||
public:
|
||||
- void render(Canvas& c, int r, int c) const;
|
||||
+ void render(Canvas& can, int r, int c) const;
|
||||
};
|
||||
|
||||
void
|
||||
@@ -1208,7 +1208,7 @@ SumSymbol::render(Canvas& canvas, int r, int c) const
|
||||
|
||||
class ProductSymbol : public OpSymbol {
|
||||
public:
|
||||
- void render(Canvas& c, int r, int c) const;
|
||||
+ void render(Canvas& can, int r, int c) const;
|
||||
};
|
||||
|
||||
void
|
Loading…
Add table
Add a link
Reference in a new issue