// align.h
// Alignment macro
// F.J. Alberti
// Last Modified: 17/05/2001

#ifndef _ALIGN_H_
#define _ALIGN_H_


#if defined(SCOL_CODE_ALIGNED)
#define ALIGNMENT(n)  4
#else
#define ALIGNMENT(n)  (n)
#endif


#endif // align.h