forked from lix-project/lix
* Build correctly against newer ATerm releases. Fixes "error: 'union'
tag used in naming 'struct _ATerm'".
This commit is contained in:
parent
d8a5dc02fc
commit
945d8218fb
|
@ -1,7 +1,7 @@
|
||||||
#ifndef __DERIVATIONS_H
|
#ifndef __DERIVATIONS_H
|
||||||
#define __DERIVATIONS_H
|
#define __DERIVATIONS_H
|
||||||
|
|
||||||
typedef struct _ATerm * ATerm;
|
#include <aterm1.h>
|
||||||
|
|
||||||
#include "hash.hh"
|
#include "hash.hh"
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
#ifndef __ATERM_MAP_H
|
#ifndef __ATERM_MAP_H
|
||||||
#define __ATERM_MAP_H
|
#define __ATERM_MAP_H
|
||||||
|
|
||||||
typedef struct _ATerm * ATerm;
|
#include <aterm1.h>
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue