Refactor headers, distinguish public and private
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
#ifndef _UCLISP_LISP_H_
|
||||
#define _UCLISP_LISP_H_
|
||||
|
||||
#include "uclisp.h"
|
||||
#include "utility.h"
|
||||
#include "common.h"
|
||||
|
||||
#define LISP_FUNC_0(func_name, scope_name) \
|
||||
static struct ucl_object *func_name##_impl(); \
|
||||
|
||||
Reference in New Issue
Block a user