aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2013-06-28 07:23:14 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2013-06-28 07:23:14 +0000
commit8710c1f7460dc5cdc3fc0232d9e7c82648452cb1 (patch)
treeeb0ccbf1475b0a9a4831cae476200fc89eba0304
parente4d9d3fd34ab34b9646fdaf9434dd55637b24774 (diff)
synched iemlib.h
- include <endian.h> on more platforms (debian/bsd, hurd, android, cygwin) - SETNULL/IS_A_NULL macros (formerly only found in iemlib2) svn path=/trunk/externals/iem/iem_ambi/; revision=17163
-rw-r--r--src/iemlib.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/iemlib.h b/src/iemlib.h
index 629cf78..ac1ffce 100644
--- a/src/iemlib.h
+++ b/src/iemlib.h
@@ -1,12 +1,13 @@
/* For information on usage and redistribution, and for a DISCLAIMER OF ALL
* WARRANTIES, see the file, "LICENSE.txt," in this distribution.
-iemlib written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2011 */
+iemlib written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2012 */
#ifndef __IEMLIB_H__
#define __IEMLIB_H__
+#define IS_A_NULL(atom,index) ((atom+index)->a_type == A_NULL)
#define IS_A_POINTER(atom,index) ((atom+index)->a_type == A_POINTER)
#define IS_A_FLOAT(atom,index) ((atom+index)->a_type == A_FLOAT)
#define IS_A_SYMBOL(atom,index) ((atom+index)->a_type == A_SYMBOL)
@@ -15,6 +16,8 @@ iemlib written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2011 *
#define IS_A_SEMI(atom,index) ((atom+index)->a_type == A_SEMI)
#define IS_A_COMMA(atom,index) ((atom+index)->a_type == A_COMMA)
+#define SETNULL(atom) ((atom)->a_type = A_NULL)
+
/* now miller's code starts :
for 4 point interpolation
for lookup tables