LispSymbol.h compiles.
[lispp.git] / LispNil.h
blob5b0c745adcfa6efd3717712f7ca8a12e57ee51e3
1 #if !defined(H_LISPNIL)
2 #define H_LISPNIL
4 namespace Lisp
6 // the singulariy is here!
7 extern LispObj nil;
12 #endif