From df99dbc947713e4bfda5c2aad3390386d3fca3cd Mon Sep 17 00:00:00 2001 From: pabs3 Date: Mon, 4 May 2009 13:43:36 +0000 Subject: [PATCH] Use less generic names for the guards for the ETL public headers git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2367 1f10aa63-cdf2-0310-b900-c93c546f37ac --- ETL/trunk/ETL/angle | 4 ++-- ETL/trunk/ETL/bezier | 6 +++--- ETL/trunk/ETL/boxblur | 4 ++-- ETL/trunk/ETL/calculus | 4 ++-- ETL/trunk/ETL/clock | 4 ++-- ETL/trunk/ETL/fastangle | 4 ++-- ETL/trunk/ETL/fixed | 4 ++-- ETL/trunk/ETL/gaussian | 4 ++-- ETL/trunk/ETL/handle | 4 ++-- ETL/trunk/ETL/hermite | 4 ++-- ETL/trunk/ETL/ipc | 4 ++-- ETL/trunk/ETL/misc | 4 ++-- ETL/trunk/ETL/mutex | 4 ++-- ETL/trunk/ETL/pen | 4 ++-- ETL/trunk/ETL/random | 4 ++-- ETL/trunk/ETL/rect | 4 ++-- ETL/trunk/ETL/ref_count | 4 ++-- ETL/trunk/ETL/smach | 4 ++-- ETL/trunk/ETL/smart_ptr | 4 ++-- ETL/trunk/ETL/spline | 4 ++-- ETL/trunk/ETL/status | 4 ++-- ETL/trunk/ETL/stringf | 4 ++-- ETL/trunk/ETL/surface | 4 ++-- ETL/trunk/ETL/thread | 4 ++-- ETL/trunk/ETL/trivial | 4 ++-- ETL/trunk/ETL/value | 4 ++-- 26 files changed, 53 insertions(+), 53 deletions(-) diff --git a/ETL/trunk/ETL/angle b/ETL/trunk/ETL/angle index b58aef8..9a0f2bb 100644 --- a/ETL/trunk/ETL/angle +++ b/ETL/trunk/ETL/angle @@ -22,8 +22,8 @@ /* === S T A R T =========================================================== */ -#ifndef __ANGLE__ -#define __ANGLE__ +#ifndef __ETL__ANGLE__ +#define __ETL__ANGLE__ /* === H E A D E R S ======================================================= */ diff --git a/ETL/trunk/ETL/bezier b/ETL/trunk/ETL/bezier index 22be24a..a341031 100644 --- a/ETL/trunk/ETL/bezier +++ b/ETL/trunk/ETL/bezier @@ -22,8 +22,8 @@ /* === S T A R T =========================================================== */ -#ifndef __BEZIER__ -#define __BEZIER__ +#ifndef __ETL__BEZIER__ +#define __ETL__BEZIER__ /* === H E A D E R S ======================================================= */ @@ -31,7 +31,7 @@ #include "_bezier.h" -#ifdef __ANGLE__ +#ifdef __ETL_ANGLE__ #include "_bezier_angle.h" #endif diff --git a/ETL/trunk/ETL/boxblur b/ETL/trunk/ETL/boxblur index e56316b..5364c23 100644 --- a/ETL/trunk/ETL/boxblur +++ b/ETL/trunk/ETL/boxblur @@ -22,8 +22,8 @@ /* === S T A R T =========================================================== */ -#ifndef __BOXBLUR__ -#define __BOXBLUR__ +#ifndef __ETL__BOXBLUR__ +#define __ETL__BOXBLUR__ /* === H E A D E R S ======================================================= */ diff --git a/ETL/trunk/ETL/calculus b/ETL/trunk/ETL/calculus index 06b8928..e527557 100644 --- a/ETL/trunk/ETL/calculus +++ b/ETL/trunk/ETL/calculus @@ -22,8 +22,8 @@ /* === S T A R T =========================================================== */ -#ifndef __CALCULUS__ -#define __CALCULUS__ +#ifndef __ETL__CALCULUS__ +#define __ETL__CALCULUS__ /* === H E A D E R S ======================================================= */ diff --git a/ETL/trunk/ETL/clock b/ETL/trunk/ETL/clock index 04b191e..2457b6c 100644 --- a/ETL/trunk/ETL/clock +++ b/ETL/trunk/ETL/clock @@ -22,8 +22,8 @@ /* === S T A R T =========================================================== */ -#ifndef __CLOCK__ -#define __CLOCK__ +#ifndef __ETL__CLOCK__ +#define __ETL__CLOCK__ /* === H E A D E R S ======================================================= */ diff --git a/ETL/trunk/ETL/fastangle b/ETL/trunk/ETL/fastangle index 5f586a6..c874f7a 100644 --- a/ETL/trunk/ETL/fastangle +++ b/ETL/trunk/ETL/fastangle @@ -22,8 +22,8 @@ /* === S T A R T =========================================================== */ -#ifndef __FASTANGLE__ -#define __FASTANGLE__ +#ifndef __ETL__FASTANGLE__ +#define __ETL__FASTANGLE__ /* === H E A D E R S ======================================================= */ diff --git a/ETL/trunk/ETL/fixed b/ETL/trunk/ETL/fixed index 3e83c41..58d99e4 100644 --- a/ETL/trunk/ETL/fixed +++ b/ETL/trunk/ETL/fixed @@ -22,8 +22,8 @@ /* === S T A R T =========================================================== */ -#ifndef __FIXED__ -#define __FIXED__ +#ifndef __ETL__FIXED__ +#define __ETL__FIXED__ /* === H E A D E R S ======================================================= */ diff --git a/ETL/trunk/ETL/gaussian b/ETL/trunk/ETL/gaussian index 35d2ae8..745306c 100644 --- a/ETL/trunk/ETL/gaussian +++ b/ETL/trunk/ETL/gaussian @@ -22,8 +22,8 @@ /* === S T A R T =========================================================== */ -#ifndef __GAUSSIAN__ -#define __GAUSSIAN__ +#ifndef __ETL__GAUSSIAN__ +#define __ETL__GAUSSIAN__ /* === H E A D E R S ======================================================= */ diff --git a/ETL/trunk/ETL/handle b/ETL/trunk/ETL/handle index 60f2623..76508bc 100644 --- a/ETL/trunk/ETL/handle +++ b/ETL/trunk/ETL/handle @@ -23,8 +23,8 @@ /* === S T A R T =========================================================== */ -#ifndef __HANDLE__ -#define __HANDLE__ +#ifndef __ETL__HANDLE__ +#define __ETL__HANDLE__ /* === H E A D E R S ======================================================= */ diff --git a/ETL/trunk/ETL/hermite b/ETL/trunk/ETL/hermite index d6b803a..66b2fcb 100644 --- a/ETL/trunk/ETL/hermite +++ b/ETL/trunk/ETL/hermite @@ -22,8 +22,8 @@ /* === S T A R T =========================================================== */ -#ifndef __HERMITE__ -#define __HERMITE__ +#ifndef __ETL__HERMITE__ +#define __ETL__HERMITE__ /* === H E A D E R S ======================================================= */ diff --git a/ETL/trunk/ETL/ipc b/ETL/trunk/ETL/ipc index 3a6c168..5c31519 100644 --- a/ETL/trunk/ETL/ipc +++ b/ETL/trunk/ETL/ipc @@ -22,8 +22,8 @@ /* === S T A R T =========================================================== */ -#ifndef __IPC__ -#define __IPC__ +#ifndef __ETL__IPC__ +#define __ETL__IPC__ /* === H E A D E R S ======================================================= */ diff --git a/ETL/trunk/ETL/misc b/ETL/trunk/ETL/misc index 239862f..571968b 100644 --- a/ETL/trunk/ETL/misc +++ b/ETL/trunk/ETL/misc @@ -22,8 +22,8 @@ /* === S T A R T =========================================================== */ -#ifndef __MISC__ -#define __MISC__ +#ifndef __ETL__MISC__ +#define __ETL__MISC__ /* === H E A D E R S ======================================================= */ diff --git a/ETL/trunk/ETL/mutex b/ETL/trunk/ETL/mutex index f7a9939..f4d1263 100644 --- a/ETL/trunk/ETL/mutex +++ b/ETL/trunk/ETL/mutex @@ -22,8 +22,8 @@ /* === S T A R T =========================================================== */ -#ifndef __MUTEX__ -#define __MUTEX__ +#ifndef __ETL__MUTEX__ +#define __ETL__MUTEX__ /* === H E A D E R S ======================================================= */ diff --git a/ETL/trunk/ETL/pen b/ETL/trunk/ETL/pen index 78c32c3..822137e 100644 --- a/ETL/trunk/ETL/pen +++ b/ETL/trunk/ETL/pen @@ -22,8 +22,8 @@ /* === S T A R T =========================================================== */ -#ifndef __PEN__ -#define __PEN__ +#ifndef __ETL__PEN__ +#define __ETL__PEN__ /* === H E A D E R S ======================================================= */ diff --git a/ETL/trunk/ETL/random b/ETL/trunk/ETL/random index 7bd681a..0b2815c 100644 --- a/ETL/trunk/ETL/random +++ b/ETL/trunk/ETL/random @@ -22,8 +22,8 @@ /* === S T A R T =========================================================== */ -#ifndef __RANDOM__ -#define __RANDOM__ +#ifndef __ETL__RANDOM__ +#define __ETL__RANDOM__ /* === H E A D E R S ======================================================= */ diff --git a/ETL/trunk/ETL/rect b/ETL/trunk/ETL/rect index 2c8b5c5..3e8be9f 100644 --- a/ETL/trunk/ETL/rect +++ b/ETL/trunk/ETL/rect @@ -22,8 +22,8 @@ /* === S T A R T =========================================================== */ -#ifndef __RECT__ -#define __RECT__ +#ifndef __ETL__RECT__ +#define __ETL__RECT__ /* === H E A D E R S ======================================================= */ diff --git a/ETL/trunk/ETL/ref_count b/ETL/trunk/ETL/ref_count index 4f3bc74..0ed146f 100644 --- a/ETL/trunk/ETL/ref_count +++ b/ETL/trunk/ETL/ref_count @@ -22,8 +22,8 @@ /* === S T A R T =========================================================== */ -#ifndef __REF_COUNT__ -#define __REF_COUNT__ +#ifndef __ETL__REF_COUNT__ +#define __ETL__REF_COUNT__ /* === H E A D E R S ======================================================= */ diff --git a/ETL/trunk/ETL/smach b/ETL/trunk/ETL/smach index 32bd45c..7299702 100644 --- a/ETL/trunk/ETL/smach +++ b/ETL/trunk/ETL/smach @@ -22,8 +22,8 @@ /* === S T A R T =========================================================== */ -#ifndef __SMACH__ -#define __SMACH__ +#ifndef __ETL__SMACH__ +#define __ETL__SMACH__ /* === H E A D E R S ======================================================= */ diff --git a/ETL/trunk/ETL/smart_ptr b/ETL/trunk/ETL/smart_ptr index 9209811..c58514f 100644 --- a/ETL/trunk/ETL/smart_ptr +++ b/ETL/trunk/ETL/smart_ptr @@ -22,8 +22,8 @@ /* === S T A R T =========================================================== */ -#ifndef __SMART_PTR__ -#define __SMART_PTR__ +#ifndef __ETL__SMART_PTR__ +#define __ETL__SMART_PTR__ /* === H E A D E R S ======================================================= */ diff --git a/ETL/trunk/ETL/spline b/ETL/trunk/ETL/spline index 9c8452e..aa34136 100644 --- a/ETL/trunk/ETL/spline +++ b/ETL/trunk/ETL/spline @@ -22,8 +22,8 @@ /* === S T A R T =========================================================== */ -#ifndef __SPLINE__ -#define __SPLINE__ +#ifndef __ETL__SPLINE__ +#define __ETL__SPLINE__ /* === H E A D E R S ======================================================= */ diff --git a/ETL/trunk/ETL/status b/ETL/trunk/ETL/status index f17161d..c1e687c 100644 --- a/ETL/trunk/ETL/status +++ b/ETL/trunk/ETL/status @@ -23,8 +23,8 @@ /* === S T A R T =========================================================== */ -#ifndef __STATUS__ -#define __STATUS__ +#ifndef __ETL__STATUS__ +#define __ETL__STATUS__ /* === H E A D E R S ======================================================= */ diff --git a/ETL/trunk/ETL/stringf b/ETL/trunk/ETL/stringf index 36ae4be..d196f7d 100644 --- a/ETL/trunk/ETL/stringf +++ b/ETL/trunk/ETL/stringf @@ -22,8 +22,8 @@ /* === S T A R T =========================================================== */ -#ifndef __STRINGF__ -#define __STRINGF__ +#ifndef __ETL__STRINGF__ +#define __ETL__STRINGF__ /* === H E A D E R S ======================================================= */ diff --git a/ETL/trunk/ETL/surface b/ETL/trunk/ETL/surface index 79f484b..afc313e 100644 --- a/ETL/trunk/ETL/surface +++ b/ETL/trunk/ETL/surface @@ -22,8 +22,8 @@ /* === S T A R T =========================================================== */ -#ifndef __SURFACE__ -#define __SURFACE__ +#ifndef __ETL__SURFACE__ +#define __ETL__SURFACE__ /* === H E A D E R S ======================================================= */ diff --git a/ETL/trunk/ETL/thread b/ETL/trunk/ETL/thread index 6aeb221..500f496 100644 --- a/ETL/trunk/ETL/thread +++ b/ETL/trunk/ETL/thread @@ -22,8 +22,8 @@ /* === S T A R T =========================================================== */ -#ifndef __THREAD__ -#define __THREAD__ +#ifndef __ETL__THREAD__ +#define __ETL__THREAD__ /* === H E A D E R S ======================================================= */ diff --git a/ETL/trunk/ETL/trivial b/ETL/trunk/ETL/trivial index efc7ebc..1f3d1bc 100644 --- a/ETL/trunk/ETL/trivial +++ b/ETL/trunk/ETL/trivial @@ -22,8 +22,8 @@ /* === S T A R T =========================================================== */ -#ifndef __TRIVIAL__ -#define __TRIVIAL__ +#ifndef __ETL__TRIVIAL__ +#define __ETL__TRIVIAL__ /* === H E A D E R S ======================================================= */ diff --git a/ETL/trunk/ETL/value b/ETL/trunk/ETL/value index b19739c..b97e102 100644 --- a/ETL/trunk/ETL/value +++ b/ETL/trunk/ETL/value @@ -22,8 +22,8 @@ /* === S T A R T =========================================================== */ -#ifndef __VALUE__ -#define __VALUE__ +#ifndef __ETL__VALUE__ +#define __ETL__VALUE__ /* === H E A D E R S ======================================================= */ -- 2.7.4