Paths of #include files

This commit is contained in:
Simon Brooke 2021-09-12 15:02:27 +01:00
parent 2c96e7c30d
commit 2b8f31d2ce
No known key found for this signature in database
GPG key ID: A7A4F18D1D4DF987
21 changed files with 141 additions and 138 deletions

View file

@ -17,14 +17,14 @@
#include <stdlib.h>
#include "consspaceobject.h"
#include "conspage.h"
#include "memory/consspaceobject.h"
#include "memory/conspage.h"
#include "debug.h"
#include "dump.h"
#include "lispops.h"
#include "print.h"
#include "stack.h"
#include "vectorspace.h"
#include "memory/dump.h"
#include "ops/lispops.h"
#include "io/print.h"
#include "memory/stack.h"
#include "memory/vectorspace.h"
/**
* set a register in a stack frame. Alwaye use this to do so,