Defensive commit before experimenting with code::blocks

This commit is contained in:
Simon Brooke 2025-03-13 12:47:54 +00:00
parent c2ad3eda0d
commit ce1c72973d
3 changed files with 23 additions and 9 deletions

View file

@ -13,6 +13,15 @@
#include "memory/consspaceobject.h"
/* characters (other than arabic numberals) used in number representations */
#define LCOMMA L','
#define LPERIOD L'.'
#define LSLASH L'/'
/* ... used in map representations */
#define LCBRACE L'}'
/* ... used in path representations */
#define LSESSION L'§'
/**
* read the next object on this input stream and return a cons_pointer to it.
*/