view runtime/bool.h @ 54:243d013a49cb

Defer processing of string literals until after simpler ones to avoid a segfault
author Mike Pavone <pavone@retrodev.com>
date Thu, 29 Apr 2010 01:12:43 -0400
parents a24eb366195c
children 04baa003de5a
line wrap: on
line source

#ifndef BOOL_H_
#define BOOL_H_
#include "object.h"


MethodDef(If,Boolean)

#endif //BOOL_H_