diff lwlink/lwlink.c @ 10:127e5b1e01c0

Removed use of asprintf() and added Makefile options for cross compiling; also a bugfix with sizeof{} in lwasm
author lost@l-w.ca
date Sat, 22 Jan 2011 10:37:53 -0700
parents fdc11ef4115b
children 606123758641
line wrap: on
line diff
--- a/lwlink/lwlink.c	Sat Jan 22 10:04:32 2011 -0700
+++ b/lwlink/lwlink.c	Sat Jan 22 10:37:53 2011 -0700
@@ -23,7 +23,6 @@
 
 #define __lwlink_c_seen__
 
-#include <argp.h>
 #include <errno.h>
 #include <stdio.h>
 #include <stdlib.h>