Squashed commit of the following:

commit 011d9b6b07d904ad1e81ef7c747269903e2d47c4
Author: David Anderson <dvander@alliedmods.net>
Date:   Mon Jan 11 00:17:08 2010 -0600

    Initial import from Subversion (amxmodx/trunk rev 3757).
This commit is contained in:
David Anderson
2014-02-06 23:06:54 -08:00
parent adab9c93a0
commit b706108ed6
96 changed files with 96 additions and 96 deletions

View File

@ -18,7 +18,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amx.h 3736 2008-08-16 20:13:12Z damagedsoul $
*/
#if defined FREEBSD && !defined __FreeBSD__

View File

@ -17,7 +17,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amx_compiler.cpp 921 2004-08-21 06:20:27Z dvander $
*/
#include "amxasm.h"

View File

@ -17,7 +17,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amx_compiler.h 835 2004-08-12 16:31:50Z dvander $
*/
#ifndef _INCLUDE_AMXCOMPILER_H

View File

@ -17,7 +17,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amx_data.cpp 828 2004-08-11 14:31:26Z dvander $
*/
#include "amxasm.h"

View File

@ -17,7 +17,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amx_data.h 828 2004-08-11 14:31:26Z dvander $
*/
#ifndef _INCLUDE_AMXDATA_H

View File

@ -17,7 +17,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amx_define.cpp 826 2004-08-11 10:01:56Z dvander $
*/
#include "amxasm.h"

View File

@ -17,7 +17,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amx_define.h 821 2004-08-11 08:18:14Z dvander $
*/
#ifndef _INCLUDE_DEFINE_H

View File

@ -17,7 +17,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amx_error.cpp 835 2004-08-12 16:31:50Z dvander $
*/
#include "amxasm.h"

View File

@ -17,7 +17,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amx_error.h 835 2004-08-12 16:31:50Z dvander $
*/
#ifndef _INCLUDE_AMX_ERROR

View File

@ -17,7 +17,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amx_label.cpp 926 2004-08-21 18:57:47Z dvander $
*/
#include "amxasm.h"

View File

@ -17,7 +17,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amx_label.h 835 2004-08-12 16:31:50Z dvander $
*/
#ifndef _INCLUDE_AMXLABEL_H

View File

@ -17,7 +17,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amx_macro.cpp 826 2004-08-11 10:01:56Z dvander $
*/
#include "amxasm.h"

View File

@ -17,7 +17,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amx_macro.h 821 2004-08-11 08:18:14Z dvander $
*/
#ifndef _INCLUDE_MACRO_H

View File

@ -17,7 +17,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amx_nametable.h 826 2004-08-11 10:01:56Z dvander $
*/
#ifndef _INCLUDE_NAMETABLE_H

View File

@ -17,7 +17,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amx_natives.cpp 826 2004-08-11 10:01:56Z dvander $
*/
#include "amxasm.h"

View File

@ -17,7 +17,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amx_natives.h 821 2004-08-11 08:18:14Z dvander $
*/
#ifndef _INCLUDE_NATIVES_H

View File

@ -17,7 +17,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amx_parser.cpp 826 2004-08-11 10:01:56Z dvander $
*/
#include "amxasm.h"

View File

@ -17,7 +17,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amx_parser.h 821 2004-08-11 08:18:14Z dvander $
*/
#ifndef _INCLUDE_PARSER_H

View File

@ -17,7 +17,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amx_proc.cpp 926 2004-08-21 18:57:47Z dvander $
*/
#include "amxasm.h"

View File

@ -17,7 +17,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amx_proc.h 835 2004-08-12 16:31:50Z dvander $
*/
#ifndef _INCLUDE_AMXPROC_H

View File

@ -17,7 +17,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amx_symbol.cpp 835 2004-08-12 16:31:50Z dvander $
*/
#include "amxasm.h"

View File

@ -17,7 +17,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amx_symbol.h 835 2004-08-12 16:31:50Z dvander $
*/
#ifndef _INCLUDE_SYMBOL_H

View File

@ -17,7 +17,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amxasm.cpp 921 2004-08-21 06:20:27Z dvander $
*/
#include "amxasm.h"

View File

@ -17,7 +17,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amxasm.h 824 2004-08-11 09:32:24Z dvander $
*/
#ifndef _INCLUDE_AMXASM_H

View File

@ -17,7 +17,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: cexpr.cpp 921 2004-08-21 06:20:27Z dvander $
*/
#include <string>

View File

@ -17,7 +17,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: cexpr.h 821 2004-08-11 08:18:14Z dvander $
*/
#ifndef _INCLUDE_CEXPR_H