Fixed some compiler warnings in lcc...mostly "long double" stuff.
This commit is contained in:
parent
807ba08558
commit
4517e7a34b
3 changed files with 6 additions and 6 deletions
|
@ -81,7 +81,7 @@ typedef struct table *Table;
|
|||
typedef union value {
|
||||
long i;
|
||||
unsigned long u;
|
||||
long double d;
|
||||
double d;
|
||||
void *p;
|
||||
void (*g)(void);
|
||||
} Value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue