/* xlstub.c - stubs for replacing the 'xlobj' module */

#include "xlisp.h"

NODE *xloinit() {}
NODE *xlsend()  { return (NIL); }
NODE *xlobsym() { return (NIL); }
