blob: 4de6c04c39f7cf7a283d1fd4b503b9c8ff688fa2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* For information on usage and redistribution, and for a DISCLAIMER OF ALL
* WARRANTIES, see the file, "LICENSE.txt," in this distribution.
iem_spec2 written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2009 */
#ifndef __IEMSPEC2_H__
#define __IEMSPEC2_H__
#define DELLINE_DEF_VEC_SIZE 64
#endif
|