/simpletypesystem/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/simpletypesystem/trunk

« back to all changes in this revision

Viewing changes to src/SimpleTypeSystem.h

  • Committer: Gustav Hartvigsson
  • Date: 2015-04-10 15:24:35 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20150410152435-uumooulvwmn02rxb
* Renamed DynamicArray to SDynamicArray.
* Renamed dynamic_array_*() functions to s_dynamic_array_*()
* Fixed indentation problem in Error.h and defs.h
* Removed dependency on stdbool.h
* Added sboolean
* Addad sconstpointer
* Reverted SMap back no not depending on SObject.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
#define SIMPLE_TYPE_SYSTEM_VERSION_PATCH 1
47
47
 
48
48
#ifndef __INSIDE_C__
 
49
#include "defs.h"
49
50
#include "baseobject.h"
50
 
#include "defs.h"
51
51
#include "Error.h"
52
52
#include "Func.h"
53
53
#include "hash.h"