Fix a potential bug in lib/c1 where struct ftconst was not compatible with struct... master origin/master
authorNick Downing <downing.nick@gmail.com>
Wed, 22 Feb 2017 14:04:14 +0000 (01:04 +1100)
committerNick Downing <downing.nick@gmail.com>
Wed, 22 Feb 2017 14:04:14 +0000 (01:04 +1100)
lib/ccom/c1.h

index d6be7e7..e778171 100644 (file)
@@ -90,7 +90,7 @@ struct        lconst {
 struct ftconst {
        int     op;
        int     type;
-       int     value;
+       _INT    value;
        _DOUBLE fvalue;
 };