save
[protos/libecoli.git] / lib / ecoli_tk_empty.h
index 4e22420..6482c4b 100644 (file)
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ * This token always matches an empty string vector
+ */
+
 #ifndef ECOLI_TK_EMPTY_
 #define ECOLI_TK_EMPTY_
 
-#include <ecoli_tk.h>
-
-struct ec_tk_empty {
-       struct ec_tk gen;
-};
-
-struct ec_tk *ec_tk_empty_new(const char *id);
+struct ec_tk *ec_tk_empty(const char *id);
 
 #endif