eratosthenesia / lispc

"Lispsy" Lisp(ish) to C Converter (designed for CLISP)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possible typo in example code

XorSwap opened this issue · comments

In the readme, you use .h twice in the following example code:

#include "../common/book.h.h"
#include "../common/cpu_bitmap.h.h"

#define DIM 1000

Fixed this. Thank you.