ref: 4f82f8fcd6cccdf13be05aadf56f7939b01ab934
parent: d35b7fc954f0df831551b99b805ebc6fc12ce525
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Thu Apr 17 12:38:16 EDT 2014
Change id of long double G is also used for globals variables, so it is not a good idea share the id between two different things.
--- a/types.c
+++ b/types.c
@@ -83,7 +83,7 @@
},
*llongtype = &(Type) {
.op = INT,
- .letter = 'G',
+ .letter = 'J',
.defined = 1,
.u.size = 5
},