forked from KolibriOS/kolibrios
14 lines
155 B
C
14 lines
155 B
C
|
|
||
|
#ifndef __yacasprivate_h__
|
||
|
#define __yacasprivate_h__
|
||
|
|
||
|
#ifdef HAVE_CONFIG_H
|
||
|
#include <config.h>
|
||
|
#endif
|
||
|
|
||
|
#include "lisptype.h"
|
||
|
#include "stubs.h"
|
||
|
|
||
|
#endif
|
||
|
|