view runtime/array.h @ 48:a24eb366195c

Fixed some bugs introduced in previous commit and moved definition of integer methods out of runtime and into the compiler
author Mike Pavone <pavone@retrodev.com>
date Tue, 02 Mar 2010 00:18:49 -0500
parents d61550e2c001
children 3e20ed8959c4
line wrap: on
line source

#ifndef _ARRAY_H_
#define _ARRAH_H_

#include "object.h"
#include "func.h"
#include "builtin.h"

MOBegin
	blueprint *contents_type;
	int32     numels;
Object(Array)


#endif //_ARRAY_H_