aboutsummaryrefslogtreecommitdiff
path: root/gcc/d/dmd/target.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/d/dmd/target.h')
-rw-r--r--gcc/d/dmd/target.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/d/dmd/target.h b/gcc/d/dmd/target.h
index 1209505..6237cf14 100644
--- a/gcc/d/dmd/target.h
+++ b/gcc/d/dmd/target.h
@@ -198,7 +198,7 @@ public:
unsigned fieldalign(Type *type);
Type *va_listType(const Loc &loc, Scope *sc); // get type of va_list
int isVectorTypeSupported(int sz, Type *type);
- bool isVectorOpSupported(Type *type, EXP op, Type *t2 = NULL);
+ bool isVectorOpSupported(Type *type, EXP op, Type *t2 = nullptr);
// ABI and backend.
LINK systemLinkage();
TypeTuple *toArgTypes(Type *t);