~vojtech-horky/helenos/helenos-qemu

« back to all changes in this revision

Viewing changes to uspace/lib/c/include/macros.h

  • Committer: Vojtech Horky
  • Date: 2017-02-13 11:51:33 UTC
  • mfrom: (2103.1.479 HelenOS.clean)
  • Revision ID: vojtechhorky@users.sourceforge.net-20170213115133-j4tgzq0p3xmioj8c
Merge mainline changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
#define PADD16 _padd(16, __LINE__)
69
69
#define PADD8 _padd(8, __LINE__)
70
70
 
 
71
#define STATIC_ASSERT(cond) int sassert[(cond) ? 1 : -1]
 
72
 
71
73
/** @}
72
74
 */