From 9733012f78774bd83ce8f14600debccb5ab2fc7b Mon Sep 17 00:00:00 2001 From: Bradley Bell Date: Fri, 19 Oct 2001 09:34:02 +0000 Subject: [PATCH] Changed __ENV_LINUX__ to __linux__ --- 2d/linear.asm | 9 ++++++--- maths/fix.asm | 2 +- maths/vecmata.asm | 9 ++++++--- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/2d/linear.asm b/2d/linear.asm index 7c1a43ea7..81626d8d6 100644 --- a/2d/linear.asm +++ b/2d/linear.asm @@ -10,13 +10,16 @@ ;COPYRIGHT 1993-1998 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. ; ; $Source: /cvs/cvsroot/d2x/2d/linear.asm,v $ -; $Revision: 1.1.1.1 $ +; $Revision: 1.2 $ ; $Author: bradleyb $ -; $Date: 2001-01-19 03:29:57 $ +; $Date: 2001-10-19 09:34:02 $ ; ; Routines to access linear VGA memory ; ; $Log: not supported by cvs2svn $ +; Revision 1.1.1.1 2001/01/19 03:29:57 bradleyb +; Import of d2x-0.0.8 +; ; Revision 1.1.1.1 1999/06/14 21:57:07 donut ; Import of d1x 1.37 source. ; @@ -90,7 +93,7 @@ section .data ; Put data here -%ifdef __ENV_LINUX__ +%ifdef __linux__ %define _gr_var_color gr_var_color %define _gr_var_bitmap gr_var_bitmap %define _gr_var_bwidth gr_var_bwidth diff --git a/maths/fix.asm b/maths/fix.asm index 0801dd995..77cb1c7b9 100644 --- a/maths/fix.asm +++ b/maths/fix.asm @@ -11,7 +11,7 @@ [BITS 32] -%ifdef __ENV_LINUX__ +%ifdef __linux__ %define _fixdivquadlong fixdivquadlong %define _fixmul fixmul %define _fixdiv fixdiv diff --git a/maths/vecmata.asm b/maths/vecmata.asm index 8cd2ec0de..3ca1c9bdb 100644 --- a/maths/vecmata.asm +++ b/maths/vecmata.asm @@ -10,13 +10,16 @@ ;COPYRIGHT 1993-1998 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. ; ; $Source: /cvs/cvsroot/d2x/maths/vecmata.asm,v $ -; $Revision: 1.1.1.1 $ +; $Revision: 1.2 $ ; $Author: bradleyb $ -; $Date: 2001-01-19 03:29:58 $ +; $Date: 2001-10-19 09:34:02 $ ; ; Source for vector/matrix library ; ; $Log: not supported by cvs2svn $ +; Revision 1.1.1.1 2001/01/19 03:29:58 bradleyb +; Import of d2x-0.0.8 +; ; Revision 1.1.1.1 1999/06/14 22:13:33 donut ; Import of d1x 1.37 source. ; @@ -198,7 +201,7 @@ [BITS 32] -%ifdef __ENV_LINUX__ +%ifdef __linux__ ; Cater for linux ELF compilers which don't prefix underscores... ; Variables: %define _vmd_zero_vector vmd_zero_vector