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 $
*/
#ifdef _MSC_VER

View File

@ -21,7 +21,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amxdbg.h 3736 2008-08-16 20:13:12Z damagedsoul $
*/
#ifndef AMXDBG_H_INCLUDED

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: dllmain.c 1724 2005-07-24 20:00:55Z dvander $
*/
#if defined _UNICODE || defined __UNICODE__ || defined UNICODE

View File

@ -20,7 +20,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: libpawnc.c 2969 2006-08-25 00:28:36Z dvander $
*/
#include <assert.h>
#include <stdio.h>

View File

@ -20,7 +20,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: pawncc.c 1724 2005-07-24 20:00:55Z dvander $
*/
#include "sc.h"

View File

@ -25,7 +25,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: sc.h 3460 2007-04-24 13:36:36Z sawce $
*/
#ifndef SC_H_INCLUDED
#define SC_H_INCLUDED

View File

@ -20,7 +20,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: sc1.c 3460 2007-04-24 13:36:36Z sawce $
*/
#include <assert.h>
#include <ctype.h>

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: sc2.c 3318 2007-02-16 18:49:21Z sawce $
*/
#include <assert.h>
#include <stdio.h>

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: sc3.c 3522 2007-05-22 01:29:18Z sawce $
*/
#include <assert.h>
#include <stdio.h>

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: sc4.c 1724 2005-07-24 20:00:55Z dvander $
*/
#include <assert.h>
#include <ctype.h>

View File

@ -19,7 +19,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: sc5.c 1724 2005-07-24 20:00:55Z dvander $
*/
#include <assert.h>
#if defined __WIN32__ || defined _WIN32 || defined __MSDOS__

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: sc5.scp 2167 2005-11-19 09:16:27Z dvander $
*/
SC_FUNC int strexpand(char *dest, unsigned char *source, int maxlen, unsigned char pairtable[128][2]);

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: sc6.c 2018 2005-09-06 21:34:33Z dvander $
*/
#include <assert.h>
#include <stdio.h>

View File

@ -35,7 +35,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: sc7.c 1724 2005-07-24 20:00:55Z dvander $
*/
#include <assert.h>
#include <stdio.h>

View File

@ -19,7 +19,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: sc7.scp 1724 2005-07-24 20:00:55Z dvander $
*/
SC_FUNC int strexpand(char *dest, unsigned char *source, int maxlen, unsigned char pairtable[128][2]);

View File

@ -30,7 +30,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: sci18n.c 1724 2005-07-24 20:00:55Z dvander $
*/
#include <assert.h>
#include <stdio.h>

View File

@ -22,7 +22,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: sclist.c 3736 2008-08-16 20:13:12Z damagedsoul $
*/
#include <assert.h>
#include <stdlib.h>

View File

@ -22,7 +22,7 @@
*
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: scmemfil.c 2866 2006-07-16 02:25:32Z faluco $
*/
#include <assert.h>

View File

@ -43,7 +43,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: scstate.c 1724 2005-07-24 20:00:55Z dvander $
*/
#include <assert.h>
#include <limits.h>

View File

@ -20,7 +20,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: scvars.c 1724 2005-07-24 20:00:55Z dvander $
*/
#include <stdio.h>
#include <stdlib.h> /* for _MAX_PATH */