aboutsummaryrefslogtreecommitdiff
path: root/gfsm/gfsm/src/libgfsm/gfsmCommon.h
diff options
context:
space:
mode:
Diffstat (limited to 'gfsm/gfsm/src/libgfsm/gfsmCommon.h')
-rw-r--r--gfsm/gfsm/src/libgfsm/gfsmCommon.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/gfsm/gfsm/src/libgfsm/gfsmCommon.h b/gfsm/gfsm/src/libgfsm/gfsmCommon.h
index b27910e..24a4621 100644
--- a/gfsm/gfsm/src/libgfsm/gfsmCommon.h
+++ b/gfsm/gfsm/src/libgfsm/gfsmCommon.h
@@ -4,7 +4,7 @@
* Author: Bryan Jurish <moocow@ling.uni-potsdam.de>
* Description: finite state machine library: common definitions
*
- * Copyright (c) 2004-2007 Bryan Jurish.
+ * Copyright (c) 2004-2008 Bryan Jurish.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -32,6 +32,16 @@
#include <glib.h>
/*======================================================================
+ * Defines
+ */
+#ifdef __GNUC__
+# define GFSM_UNUSED __attribute__((unused))
+#else
+# define GFSM_UNUSED
+#endif
+
+
+/*======================================================================
* Basic Types
*/
/** Type for elementary arc-labels */