comparison lwasm/macro.c @ 212:bae1e3ecdce1

More preparation for gnulib integration
author lost
date Fri, 24 Apr 2009 06:43:02 +0000
parents 427e268e876b
children
comparison
equal deleted inserted replaced
211:51511cf1c9f8 212:bae1e3ecdce1
17 You should have received a copy of the GNU General Public License along with 17 You should have received a copy of the GNU General Public License along with
18 this program. If not, see <http://www.gnu.org/licenses/>. 18 this program. If not, see <http://www.gnu.org/licenses/>.
19 19
20 Contains stuff associated with macro processing 20 Contains stuff associated with macro processing
21 */ 21 */
22
23 #include <config.h>
22 24
23 #include <ctype.h> 25 #include <ctype.h>
24 #include <stdlib.h> 26 #include <stdlib.h>
25 #include <string.h> 27 #include <string.h>
26 #include "lwasm.h" 28 #include "lwasm.h"