commit 4f82f8fcd6cccdf13be05aadf56f7939b01ab934
parent d35b7fc954f0df831551b99b805ebc6fc12ce525
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date: Thu, 17 Apr 2014 16:38:16 +0200
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.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/types.c b/types.c
@@ -83,7 +83,7 @@ Type
},
*llongtype = &(Type) {
.op = INT,
- .letter = 'G',
+ .letter = 'J',
.defined = 1,
.u.size = 5
},