/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/Box.h

  • Committer: Gustav Hartvigsson
  • Date: 2015-09-16 18:21:38 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20150916182138-oeaicreb512vio2k
* vec.h:
  macro -> inline for aliases, should make the __Generic happy, I hope.
* Added ALIGNED_[8,16] macros to align stuff...
* Made MSVC not see __Generic's. (Shit compiler).

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
#define S_BOX(o) (SBox *)(o);
45
45
#define S_BOX_CLASS(k) (SBoxClass *)(k);
46
46
 
 
47
#ifndef __MSC_VER
47
48
/**
48
49
 * C11 Generic macro to create object easily.
49
50
 *
64
65
                               schar *: s_box_new_string,\
65
66
                               wchar_t *: s_box_new_wstring\
66
67
                               )(x)
 
68
#endif /* __MSC_VER */
67
69
 
68
70
/**
69
71
 * Creates a new SBox object.