comparison lwasm/pragma.c @ 2:7317fbe024af

Clean up insane number of compiler warnings under -Wall
author lost@l-w.ca
date Thu, 20 Jan 2011 22:39:46 -0700
parents 2c24602be78f
children cb4efc47ce9d
comparison
equal deleted inserted replaced
1:96c4dc89016e 2:7317fbe024af
17 17
18 You should have received a copy of the GNU General Public License along with 18 You should have received a copy of the GNU General Public License along with
19 this program. If not, see <http://www.gnu.org/licenses/>. 19 this program. If not, see <http://www.gnu.org/licenses/>.
20 */ 20 */
21 21
22 #include <string.h>
23 #include <ctype.h>
24
22 #include <lw_string.h> 25 #include <lw_string.h>
26 #include <lw_alloc.h>
23 27
24 #include "lwasm.h" 28 #include "lwasm.h"
25 #include "instab.h" 29 #include "instab.h"
26 30
27 struct pragma_list 31 struct pragma_list