Bulid fix for nvidia support.
[monky] / src / algebra.h
index 46dc1e9..4e4b721 100644 (file)
@@ -10,7 +10,7 @@
  * Please see COPYING for details
  *
  * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen
- * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al.
+ * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al.
  *     (see AUTHORS)
  * All rights reserved.
  *
@@ -40,6 +40,7 @@ enum match_type {
 };
 
 enum arg_type {
+       ARG_BAD = 0,    /* something strange */
        ARG_STRING = 1, /* "asdf" */
        ARG_LONG = 2,   /* 123456 */
        ARG_DOUBLE = 3, /* 12.456 */