comparison runtime/builtin.c @ 53:70af7fa155d0

Cleaned up some C warnings and added a simple compile script
author Mike Pavone <pavone@retrodev.com>
date Thu, 29 Apr 2010 04:32:54 +0000
parents 079200bc3e75
children 04baa003de5a
comparison
equal deleted inserted replaced
52:079200bc3e75 53:70af7fa155d0
2 #include "object.h" 2 #include "object.h"
3 #include "integer.h" 3 #include "integer.h"
4 #include "bool.h" 4 #include "bool.h"
5 #include <stddef.h> 5 #include <stddef.h>
6 #include <stdio.h> 6 #include <stdio.h>
7 #include <stdlib.h>
7 #include <string.h> 8 #include <string.h>
8 9
9 void register_builtin_type(uint32_t type) 10 void register_builtin_type(uint32_t type)
10 { 11 {
11 blueprint * bp; 12 blueprint * bp;