diff lwlib/lw_cmdline.c @ 8:fdc11ef4115b

Switched lwlink to lw_cmdline from argp and also brought in lw_alloc and lw_string to replace util.c
author lost@l-w.ca
date Sat, 22 Jan 2011 09:58:24 -0700
parents 1e5e8ec406fb
children a5d4693483af
line wrap: on
line diff
--- a/lwlib/lw_cmdline.c	Sat Jan 22 09:40:52 2011 -0700
+++ b/lwlib/lw_cmdline.c	Sat Jan 22 09:58:24 2011 -0700
@@ -22,6 +22,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <ctype.h>
 
 #include "lw_alloc.h"
 
@@ -207,7 +208,6 @@
 	struct lw_cmdline_options **llist;
 	int nopt;
 	int i;
-	int t;
 	char *tstr;
 	int col = 0;