From 5774b48ceb7cdca7fbf3dd19fff4a0e42228473f Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Sun, 7 May 2017 19:51:44 -0400 Subject: rename c_long_double to c_longdouble to be consistent with other c primitive type names --- src/parseh.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/parseh.cpp') diff --git a/src/parseh.cpp b/src/parseh.cpp index 8780e0424d..f7248a8089 100644 --- a/src/parseh.cpp +++ b/src/parseh.cpp @@ -275,7 +275,7 @@ static TypeTableEntry *resolve_type_with_table(Context *c, const Type *ty, const case BuiltinType::Double: return c->codegen->builtin_types.entry_f64; case BuiltinType::LongDouble: - return c->codegen->builtin_types.entry_c_long_double; + return c->codegen->builtin_types.entry_c_longdouble; case BuiltinType::WChar_U: case BuiltinType::Char16: case BuiltinType::Char32: -- cgit v1.2.3