comparison runtime/bool.c @ 63:04baa003de5a

Merged latest changes with better C branch
author Mike Pavone <pavone@retrodev.com>
date Wed, 05 May 2010 22:12:23 -0400
parents d2f9b0a9403d a24eb366195c
children
comparison
equal deleted inserted replaced
62:b218af069da7 63:04baa003de5a
2 #include "func.h" 2 #include "func.h"
3 #include "builtin.h" 3 #include "builtin.h"
4 #include "context.h" 4 #include "context.h"
5 #include <stddef.h> 5 #include <stddef.h>
6 6
7 t_Boolean * val_yes; 7
8 t_Boolean * val_no;