Fixed a few bugs, added new Makefile in perl

This commit is contained in:
David Anderson
2004-08-22 09:28:09 +00:00
parent 6f8c2b828a
commit 3818987c33
5 changed files with 223 additions and 4 deletions

View File

@@ -22,12 +22,14 @@
*/
#if defined __linux__
#include <sclinux.h>
#include "sclinux.h"
#endif
#ifndef AMX_H_INCLUDED
#define AMX_H_INCLUDED
//#define JIT
#if defined __LCC__ || defined __DMC__ || defined __linux__
#include <stdint.h>
#elif !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L