diff --git a/libs/ddslib.h b/libs/ddslib.h index 3f8f7426..0d2182fa 100644 --- a/libs/ddslib.h +++ b/libs/ddslib.h @@ -242,9 +242,9 @@ int DDSDecompress( ddsBuffer_t *dds, unsigned char *pixels ) -/* end marker */ #ifdef __cplusplus } #endif +/* end marker */ #endif diff --git a/libs/ddslib/ddslib.c b/libs/ddslib/ddslib.c index b60e506b..362d538e 100644 --- a/libs/ddslib/ddslib.c +++ b/libs/ddslib/ddslib.c @@ -37,11 +37,6 @@ -/* marker */ -#define DDSLIB_C - - - /* dependencies */ #include "ddslib.h" diff --git a/libs/picomodel.h b/libs/picomodel.h index eb0bc943..f06ddda6 100644 --- a/libs/picomodel.h +++ b/libs/picomodel.h @@ -343,9 +343,9 @@ int PicoRemapModel( picoModel_t *model, char *remapFile void PicoAddTriangleToModel( picoModel_t *model, picoVec3_t** xyz, picoVec3_t** normals, int numSTs, picoVec2_t **st, int numColors, const picoColor_t **colors, picoShader_t* shader, const char *name, picoIndex_t* smoothingGroup ); -/* end marker */ #ifdef __cplusplus } #endif +/* end marker */ #endif diff --git a/libs/picomodel/picointernal.c b/libs/picomodel/picointernal.c index 180cae13..b58f0b00 100644 --- a/libs/picomodel/picointernal.c +++ b/libs/picomodel/picointernal.c @@ -34,9 +34,6 @@ -/* marker */ -#define PICOINTERNAL_C - /* dependencies */ #include #include "picointernal.h" diff --git a/libs/picomodel/picointernal.h b/libs/picomodel/picointernal.h index 7b1671ae..f7cf9655 100644 --- a/libs/picomodel/picointernal.h +++ b/libs/picomodel/picointernal.h @@ -201,9 +201,9 @@ long _pico_memstream_tell( picoMemStream_t *s ); #define _pico_memstream_eof( _pico_memstream ) ( ( _pico_memstream )->flag & PICO_IOEOF ) #define _pico_memstream_error( _pico_memstream ) ( ( _pico_memstream )->flag & PICO_IOERR ) -/* end marker */ #ifdef __cplusplus } #endif +/* end marker */ #endif diff --git a/libs/picomodel/picomodel.c b/libs/picomodel/picomodel.c index ac4b99f0..b4748016 100644 --- a/libs/picomodel/picomodel.c +++ b/libs/picomodel/picomodel.c @@ -34,11 +34,6 @@ -/* marker */ -#define PICOMODEL_C - - - /* dependencies */ #include "picointernal.h" diff --git a/libs/picomodel/picomodules.c b/libs/picomodel/picomodules.c index 9a973724..4e7b2e9e 100644 --- a/libs/picomodel/picomodules.c +++ b/libs/picomodel/picomodules.c @@ -34,11 +34,6 @@ -/* marker */ -#define PICOMODULES_C - - - /* dependencies */ #include "picointernal.h" diff --git a/libs/picomodel/pm_3ds.c b/libs/picomodel/pm_3ds.c index 63a46c64..df9e59a9 100644 --- a/libs/picomodel/pm_3ds.c +++ b/libs/picomodel/pm_3ds.c @@ -34,9 +34,6 @@ -/* marker */ -#define PM_3DS_C - /* dependencies */ #include "picointernal.h" diff --git a/libs/picomodel/pm_ase.c b/libs/picomodel/pm_ase.c index 5986a27a..bab7e013 100644 --- a/libs/picomodel/pm_ase.c +++ b/libs/picomodel/pm_ase.c @@ -33,9 +33,6 @@ ----------------------------------------------------------------------------- */ -/* marker */ -#define PM_ASE_C - /* uncomment when debugging this module */ //#define DEBUG_PM_ASE //#define DEBUG_PM_ASE_EX diff --git a/libs/picomodel/pm_fm.c b/libs/picomodel/pm_fm.c index d92fc786..e9fd1cbc 100644 --- a/libs/picomodel/pm_fm.c +++ b/libs/picomodel/pm_fm.c @@ -36,9 +36,6 @@ Nurail: Used pm_md3.c (Randy Reddig) as a template. */ -/* marker */ -#define PM_FM_C - /* dependencies */ #include "pm_fm.h" diff --git a/libs/picomodel/pm_lwo.c b/libs/picomodel/pm_lwo.c index 424ae79b..6431dc2b 100644 --- a/libs/picomodel/pm_lwo.c +++ b/libs/picomodel/pm_lwo.c @@ -32,9 +32,6 @@ ----------------------------------------------------------------------------- */ -/* marker */ -#define PM_LWO_C - /* dependencies */ #include "picointernal.h" #include "lwo/lwo2.h" diff --git a/libs/picomodel/pm_md2.c b/libs/picomodel/pm_md2.c index d408c564..54a660b4 100644 --- a/libs/picomodel/pm_md2.c +++ b/libs/picomodel/pm_md2.c @@ -37,9 +37,6 @@ */ -/* marker */ -#define PM_MD2_C - /* dependencies */ #include "picointernal.h" diff --git a/libs/picomodel/pm_md3.c b/libs/picomodel/pm_md3.c index 21654858..82bd3410 100644 --- a/libs/picomodel/pm_md3.c +++ b/libs/picomodel/pm_md3.c @@ -34,11 +34,6 @@ -/* marker */ -#define PM_MD3_C - - - /* dependencies */ #include "picointernal.h" diff --git a/libs/picomodel/pm_mdc.c b/libs/picomodel/pm_mdc.c index 511a0013..94d34c91 100644 --- a/libs/picomodel/pm_mdc.c +++ b/libs/picomodel/pm_mdc.c @@ -34,11 +34,6 @@ -/* marker */ -#define PM_MDC_C - - - /* dependencies */ #include "picointernal.h" diff --git a/libs/picomodel/pm_ms3d.c b/libs/picomodel/pm_ms3d.c index 08b455a9..e00f67c1 100644 --- a/libs/picomodel/pm_ms3d.c +++ b/libs/picomodel/pm_ms3d.c @@ -34,9 +34,6 @@ -/* marker */ -#define PM_MS3D_C - /* dependencies */ #include "picointernal.h" diff --git a/libs/picomodel/pm_obj.c b/libs/picomodel/pm_obj.c index f1f84875..2502435f 100644 --- a/libs/picomodel/pm_obj.c +++ b/libs/picomodel/pm_obj.c @@ -34,9 +34,6 @@ -/* marker */ -#define PM_OBJ_C - /* dependencies */ #include "picointernal.h" diff --git a/libs/picomodel/pm_terrain.c b/libs/picomodel/pm_terrain.c index 9f8f1700..9c3112b8 100644 --- a/libs/picomodel/pm_terrain.c +++ b/libs/picomodel/pm_terrain.c @@ -34,11 +34,6 @@ -/* marker */ -#define PM_TERRAIN_C - - - /* dependencies */ #include "picointernal.h" diff --git a/tools/quake2/common/path_init.c b/tools/quake2/common/path_init.c index 0198f443..1b26e4b3 100644 --- a/tools/quake2/common/path_init.c +++ b/tools/quake2/common/path_init.c @@ -25,9 +25,6 @@ -/* marker */ -#define PATH_INIT_C - #if defined( __linux__ ) || defined( __APPLE__ ) #define Q_UNIX #endif diff --git a/tools/quake2/q2map/main.c b/tools/quake2/q2map/main.c index 3ebd40a1..12cfa9ec 100644 --- a/tools/quake2/q2map/main.c +++ b/tools/quake2/q2map/main.c @@ -20,11 +20,6 @@ */ -/* marker */ -#define MAIN_C - - - /* dependencies */ #include "q2map.h" diff --git a/tools/quake2/qdata_heretic2/common/path_init.c b/tools/quake2/qdata_heretic2/common/path_init.c index e62303f4..e4f22c11 100644 --- a/tools/quake2/qdata_heretic2/common/path_init.c +++ b/tools/quake2/qdata_heretic2/common/path_init.c @@ -26,9 +26,6 @@ -/* marker */ -#define PATH_INIT_C - #if defined( __linux__ ) || defined( __APPLE__ ) #define Q_UNIX #endif diff --git a/tools/quake3/q3map2/brush.cpp b/tools/quake3/q3map2/brush.cpp index 6df4752a..9a6cf429 100644 --- a/tools/quake3/q3map2/brush.cpp +++ b/tools/quake3/q3map2/brush.cpp @@ -28,11 +28,6 @@ -/* marker */ -#define BRUSH_C - - - /* dependencies */ #include "q3map2.h" diff --git a/tools/quake3/q3map2/brush_primit.cpp b/tools/quake3/q3map2/brush_primit.cpp index 3c666039..79b18f8f 100644 --- a/tools/quake3/q3map2/brush_primit.cpp +++ b/tools/quake3/q3map2/brush_primit.cpp @@ -28,11 +28,6 @@ -/* marker */ -#define BRUSH_PRIMIT_C - - - /* dependencies */ #include "q3map2.h" diff --git a/tools/quake3/q3map2/bsp.cpp b/tools/quake3/q3map2/bsp.cpp index 281733da..b2f94682 100644 --- a/tools/quake3/q3map2/bsp.cpp +++ b/tools/quake3/q3map2/bsp.cpp @@ -28,11 +28,6 @@ -/* marker */ -#define BSP_C - - - /* dependencies */ #include "q3map2.h" diff --git a/tools/quake3/q3map2/bspfile_abstract.cpp b/tools/quake3/q3map2/bspfile_abstract.cpp index 77313c6d..1d8f206d 100644 --- a/tools/quake3/q3map2/bspfile_abstract.cpp +++ b/tools/quake3/q3map2/bspfile_abstract.cpp @@ -28,11 +28,6 @@ -/* marker */ -#define BSPFILE_ABSTRACT_C - - - /* dependencies */ #include "q3map2.h" diff --git a/tools/quake3/q3map2/bspfile_ibsp.cpp b/tools/quake3/q3map2/bspfile_ibsp.cpp index 4af868f6..7e81e748 100644 --- a/tools/quake3/q3map2/bspfile_ibsp.cpp +++ b/tools/quake3/q3map2/bspfile_ibsp.cpp @@ -28,11 +28,6 @@ -/* marker */ -#define BSPFILE_IBSP_C - - - /* dependencies */ #include "q3map2.h" diff --git a/tools/quake3/q3map2/bspfile_rbsp.cpp b/tools/quake3/q3map2/bspfile_rbsp.cpp index d555c8f2..5e583e0c 100644 --- a/tools/quake3/q3map2/bspfile_rbsp.cpp +++ b/tools/quake3/q3map2/bspfile_rbsp.cpp @@ -28,11 +28,6 @@ -/* marker */ -#define BSPFILE_RBSP_C - - - /* dependencies */ #include "q3map2.h" diff --git a/tools/quake3/q3map2/convert_ase.cpp b/tools/quake3/q3map2/convert_ase.cpp index 0f5f63cc..3b16d5cc 100644 --- a/tools/quake3/q3map2/convert_ase.cpp +++ b/tools/quake3/q3map2/convert_ase.cpp @@ -28,11 +28,6 @@ -/* marker */ -#define CONVERT_ASE_C - - - /* dependencies */ #include "q3map2.h" #include "convert_obj.h" diff --git a/tools/quake3/q3map2/convert_map.cpp b/tools/quake3/q3map2/convert_map.cpp index ee730f8b..34da5549 100644 --- a/tools/quake3/q3map2/convert_map.cpp +++ b/tools/quake3/q3map2/convert_map.cpp @@ -28,11 +28,6 @@ -/* marker */ -#define CONVERT_MAP_C - - - /* dependencies */ #include "q3map2.h" diff --git a/tools/quake3/q3map2/convert_obj.cpp b/tools/quake3/q3map2/convert_obj.cpp index 756aa592..042f3504 100644 --- a/tools/quake3/q3map2/convert_obj.cpp +++ b/tools/quake3/q3map2/convert_obj.cpp @@ -28,11 +28,6 @@ -/* marker */ -#define CONVERT_ASE_C - - - /* dependencies */ #include "q3map2.h" diff --git a/tools/quake3/q3map2/decals.cpp b/tools/quake3/q3map2/decals.cpp index 81897efa..611376d1 100644 --- a/tools/quake3/q3map2/decals.cpp +++ b/tools/quake3/q3map2/decals.cpp @@ -28,11 +28,6 @@ -/* marker */ -#define DECALS_C - - - /* dependencies */ #include "q3map2.h" diff --git a/tools/quake3/q3map2/exportents.cpp b/tools/quake3/q3map2/exportents.cpp index 7e67fd1d..e6521672 100644 --- a/tools/quake3/q3map2/exportents.cpp +++ b/tools/quake3/q3map2/exportents.cpp @@ -28,11 +28,6 @@ -/* marker */ -#define EXPORTENTS_C - - - /* dependencies */ #include "q3map2.h" diff --git a/tools/quake3/q3map2/facebsp.cpp b/tools/quake3/q3map2/facebsp.cpp index b5d42cfd..6acd6d3d 100644 --- a/tools/quake3/q3map2/facebsp.cpp +++ b/tools/quake3/q3map2/facebsp.cpp @@ -28,11 +28,6 @@ -/* marker */ -#define FACEBSP_C - - - /* dependencies */ #include "q3map2.h" diff --git a/tools/quake3/q3map2/fog.cpp b/tools/quake3/q3map2/fog.cpp index bd164217..64fd5f7f 100644 --- a/tools/quake3/q3map2/fog.cpp +++ b/tools/quake3/q3map2/fog.cpp @@ -28,11 +28,6 @@ -/* marker */ -#define FOG_C - - - /* dependencies */ #include "q3map2.h" diff --git a/tools/quake3/q3map2/image.cpp b/tools/quake3/q3map2/image.cpp index 29fbf791..487e1905 100644 --- a/tools/quake3/q3map2/image.cpp +++ b/tools/quake3/q3map2/image.cpp @@ -28,11 +28,6 @@ -/* marker */ -#define IMAGE_C - - - /* dependencies */ #include "q3map2.h" diff --git a/tools/quake3/q3map2/leakfile.cpp b/tools/quake3/q3map2/leakfile.cpp index a4f3570b..38171d8d 100644 --- a/tools/quake3/q3map2/leakfile.cpp +++ b/tools/quake3/q3map2/leakfile.cpp @@ -28,11 +28,6 @@ -/* marker */ -#define LEAKFILE_C - - - /* dependencies */ #include "q3map2.h" diff --git a/tools/quake3/q3map2/light.cpp b/tools/quake3/q3map2/light.cpp index c389d2c0..fecf141b 100644 --- a/tools/quake3/q3map2/light.cpp +++ b/tools/quake3/q3map2/light.cpp @@ -28,11 +28,6 @@ -/* marker */ -#define LIGHT_C - - - /* dependencies */ #include "q3map2.h" diff --git a/tools/quake3/q3map2/light_bounce.cpp b/tools/quake3/q3map2/light_bounce.cpp index 28f2a134..e036fe0f 100644 --- a/tools/quake3/q3map2/light_bounce.cpp +++ b/tools/quake3/q3map2/light_bounce.cpp @@ -28,11 +28,6 @@ -/* marker */ -#define LIGHT_BOUNCE_C - - - /* dependencies */ #include "q3map2.h" diff --git a/tools/quake3/q3map2/light_trace.cpp b/tools/quake3/q3map2/light_trace.cpp index 0d869191..9efae3a2 100644 --- a/tools/quake3/q3map2/light_trace.cpp +++ b/tools/quake3/q3map2/light_trace.cpp @@ -28,11 +28,6 @@ -/* marker */ -#define LIGHT_TRACE_C - - - /* dependencies */ #include "q3map2.h" diff --git a/tools/quake3/q3map2/light_ydnar.cpp b/tools/quake3/q3map2/light_ydnar.cpp index c48e5fd5..dfa7e3fe 100644 --- a/tools/quake3/q3map2/light_ydnar.cpp +++ b/tools/quake3/q3map2/light_ydnar.cpp @@ -28,11 +28,6 @@ -/* marker */ -#define LIGHT_YDNAR_C - - - /* dependencies */ #include "q3map2.h" diff --git a/tools/quake3/q3map2/lightmaps_ydnar.cpp b/tools/quake3/q3map2/lightmaps_ydnar.cpp index dd8c9a17..61a81011 100644 --- a/tools/quake3/q3map2/lightmaps_ydnar.cpp +++ b/tools/quake3/q3map2/lightmaps_ydnar.cpp @@ -28,11 +28,6 @@ -/* marker */ -#define LIGHTMAPS_YDNAR_C - - - /* dependencies */ #include "q3map2.h" diff --git a/tools/quake3/q3map2/map.cpp b/tools/quake3/q3map2/map.cpp index 73ece666..3f09958e 100644 --- a/tools/quake3/q3map2/map.cpp +++ b/tools/quake3/q3map2/map.cpp @@ -28,11 +28,6 @@ -/* marker */ -#define MAP_C - - - /* dependencies */ #include "q3map2.h" diff --git a/tools/quake3/q3map2/mesh.cpp b/tools/quake3/q3map2/mesh.cpp index 217e826b..40c92aa1 100644 --- a/tools/quake3/q3map2/mesh.cpp +++ b/tools/quake3/q3map2/mesh.cpp @@ -28,11 +28,6 @@ -/* marker */ -#define MESH_C - - - /* dependencies */ #include "q3map2.h" diff --git a/tools/quake3/q3map2/model.cpp b/tools/quake3/q3map2/model.cpp index 358fad7a..37a233e0 100644 --- a/tools/quake3/q3map2/model.cpp +++ b/tools/quake3/q3map2/model.cpp @@ -28,11 +28,6 @@ -/* marker */ -#define MODEL_C - - - /* dependencies */ #include "q3map2.h" diff --git a/tools/quake3/q3map2/patch.cpp b/tools/quake3/q3map2/patch.cpp index c0840b11..96f14910 100644 --- a/tools/quake3/q3map2/patch.cpp +++ b/tools/quake3/q3map2/patch.cpp @@ -28,11 +28,6 @@ -/* marker */ -#define PATCH_C - - - /* dependencies */ #include "q3map2.h" diff --git a/tools/quake3/q3map2/path_init.cpp b/tools/quake3/q3map2/path_init.cpp index 0cf3b2d5..1768d23f 100644 --- a/tools/quake3/q3map2/path_init.cpp +++ b/tools/quake3/q3map2/path_init.cpp @@ -28,11 +28,6 @@ -/* marker */ -#define PATH_INIT_C - - - /* dependencies */ #include "q3map2.h" diff --git a/tools/quake3/q3map2/portals.cpp b/tools/quake3/q3map2/portals.cpp index 5e6a2754..3ebee884 100644 --- a/tools/quake3/q3map2/portals.cpp +++ b/tools/quake3/q3map2/portals.cpp @@ -28,11 +28,6 @@ -/* marker */ -#define PORTALS_C - - - /* dependencies */ #include "q3map2.h" diff --git a/tools/quake3/q3map2/prtfile.cpp b/tools/quake3/q3map2/prtfile.cpp index ca99cf56..9597f060 100644 --- a/tools/quake3/q3map2/prtfile.cpp +++ b/tools/quake3/q3map2/prtfile.cpp @@ -28,11 +28,6 @@ -/* marker */ -#define PRTFILE_C - - - /* dependencies */ #include "q3map2.h" diff --git a/tools/quake3/q3map2/shaders.cpp b/tools/quake3/q3map2/shaders.cpp index 3777ab0a..cdb93c5b 100644 --- a/tools/quake3/q3map2/shaders.cpp +++ b/tools/quake3/q3map2/shaders.cpp @@ -28,11 +28,6 @@ -/* marker */ -#define SHADERS_C - - - /* dependencies */ #include "q3map2.h" diff --git a/tools/quake3/q3map2/surface.cpp b/tools/quake3/q3map2/surface.cpp index d7121c09..dda876f0 100644 --- a/tools/quake3/q3map2/surface.cpp +++ b/tools/quake3/q3map2/surface.cpp @@ -28,11 +28,6 @@ -/* marker */ -#define SURFACE_C - - - /* dependencies */ #include "q3map2.h" diff --git a/tools/quake3/q3map2/surface_extra.cpp b/tools/quake3/q3map2/surface_extra.cpp index a55ae869..18afa4c4 100644 --- a/tools/quake3/q3map2/surface_extra.cpp +++ b/tools/quake3/q3map2/surface_extra.cpp @@ -28,11 +28,6 @@ -/* marker */ -#define SURFACE_EXTRA_C - - - /* dependencies */ #include "q3map2.h" diff --git a/tools/quake3/q3map2/surface_foliage.cpp b/tools/quake3/q3map2/surface_foliage.cpp index eb1d1024..f6fc8d34 100644 --- a/tools/quake3/q3map2/surface_foliage.cpp +++ b/tools/quake3/q3map2/surface_foliage.cpp @@ -27,11 +27,6 @@ -/* marker */ -#define SURFACE_FOLIAGE_C - - - /* dependencies */ #include "q3map2.h" diff --git a/tools/quake3/q3map2/surface_fur.cpp b/tools/quake3/q3map2/surface_fur.cpp index ed5a3840..b706e714 100644 --- a/tools/quake3/q3map2/surface_fur.cpp +++ b/tools/quake3/q3map2/surface_fur.cpp @@ -28,11 +28,6 @@ -/* marker */ -#define SURFACE_FUR_C - - - /* dependencies */ #include "q3map2.h" diff --git a/tools/quake3/q3map2/surface_meta.cpp b/tools/quake3/q3map2/surface_meta.cpp index 5ee38dce..0138ee96 100644 --- a/tools/quake3/q3map2/surface_meta.cpp +++ b/tools/quake3/q3map2/surface_meta.cpp @@ -28,11 +28,6 @@ -/* marker */ -#define SURFACE_META_C - - - /* dependencies */ #include "q3map2.h" diff --git a/tools/quake3/q3map2/tjunction.cpp b/tools/quake3/q3map2/tjunction.cpp index 8799b606..2183f2ea 100644 --- a/tools/quake3/q3map2/tjunction.cpp +++ b/tools/quake3/q3map2/tjunction.cpp @@ -28,11 +28,6 @@ -/* marker */ -#define TJUNCTION_C - - - /* dependencies */ #include "q3map2.h" diff --git a/tools/quake3/q3map2/tree.cpp b/tools/quake3/q3map2/tree.cpp index 72f58276..df119502 100644 --- a/tools/quake3/q3map2/tree.cpp +++ b/tools/quake3/q3map2/tree.cpp @@ -28,11 +28,6 @@ -/* marker */ -#define TREE_C - - - /* dependencies */ #include "q3map2.h" diff --git a/tools/quake3/q3map2/vis.cpp b/tools/quake3/q3map2/vis.cpp index b9476c67..92599f80 100644 --- a/tools/quake3/q3map2/vis.cpp +++ b/tools/quake3/q3map2/vis.cpp @@ -28,11 +28,6 @@ -/* marker */ -#define VIS_C - - - /* dependencies */ #include "q3map2.h" diff --git a/tools/quake3/q3map2/visflow.cpp b/tools/quake3/q3map2/visflow.cpp index d8f6d910..a1e8770a 100644 --- a/tools/quake3/q3map2/visflow.cpp +++ b/tools/quake3/q3map2/visflow.cpp @@ -28,11 +28,6 @@ -/* marker */ -#define VISFLOW_C - - - /* dependencies */ #include "q3map2.h" diff --git a/tools/quake3/q3map2/writebsp.cpp b/tools/quake3/q3map2/writebsp.cpp index 4c920bad..4be049bf 100644 --- a/tools/quake3/q3map2/writebsp.cpp +++ b/tools/quake3/q3map2/writebsp.cpp @@ -28,11 +28,6 @@ -/* marker */ -#define WRITEBSP_C - - - /* dependencies */ #include "q3map2.h"