Initial (bad) gc
This commit is contained in:
10
src/lisp.h
10
src/lisp.h
@@ -2,11 +2,11 @@
|
||||
#define INCLUDED_LISP_H
|
||||
|
||||
#include "base.h"
|
||||
#include "function.h"
|
||||
#include "hashtable.h"
|
||||
#include "lisp_string.h"
|
||||
#include "list.h"
|
||||
#include "stack.h"
|
||||
#include "function.h" // IWYU pragma: export
|
||||
#include "hashtable.h" // IWYU pragma: export
|
||||
#include "lisp_string.h" // IWYU pragma: export
|
||||
#include "list.h" // IWYU pragma: export
|
||||
#include "stack.h" // IWYU pragma: export
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user