From e0dedc46e8ab6b258be81887689b0c0fd60def0c Mon Sep 17 00:00:00 2001 From: pabs3 Date: Mon, 4 May 2009 13:39:59 +0000 Subject: [PATCH] Make the names for the guards for ETL private headers consistent WRT the number of underscores after ETL git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2365 1f10aa63-cdf2-0310-b900-c93c546f37ac --- ETL/trunk/ETL/_angle.h | 4 ++-- ETL/trunk/ETL/_bezier.h | 4 ++-- ETL/trunk/ETL/_bezier_angle.h | 4 ++-- ETL/trunk/ETL/_bit_rotate.h | 4 ++-- ETL/trunk/ETL/_boxblur.h | 4 ++-- ETL/trunk/ETL/_curve.h | 4 ++-- ETL/trunk/ETL/_fastangle.h | 4 ++-- ETL/trunk/ETL/_gaussian.h | 4 ++-- ETL/trunk/ETL/_hermite.h | 4 ++-- ETL/trunk/ETL/_pen.h | 4 ++-- ETL/trunk/ETL/_rect.h | 4 ++-- ETL/trunk/ETL/_ref_count.h | 4 ++-- ETL/trunk/ETL/_status.h | 4 ++-- ETL/trunk/ETL/_trivial.h | 4 ++-- ETL/trunk/ETL/_value.h | 4 ++-- 15 files changed, 30 insertions(+), 30 deletions(-) diff --git a/ETL/trunk/ETL/_angle.h b/ETL/trunk/ETL/_angle.h index c15f90d..b35999f 100644 --- a/ETL/trunk/ETL/_angle.h +++ b/ETL/trunk/ETL/_angle.h @@ -26,8 +26,8 @@ /* === S T A R T =========================================================== */ -#ifndef __ETL_ANGLE_H -#define __ETL_ANGLE_H +#ifndef __ETL__ANGLE_H +#define __ETL__ANGLE_H /* === H E A D E R S ======================================================= */ diff --git a/ETL/trunk/ETL/_bezier.h b/ETL/trunk/ETL/_bezier.h index 4851a98..fe6b170 100644 --- a/ETL/trunk/ETL/_bezier.h +++ b/ETL/trunk/ETL/_bezier.h @@ -25,8 +25,8 @@ /* === S T A R T =========================================================== */ -#ifndef __ETL_BEZIER_H -#define __ETL_BEZIER_H +#ifndef __ETL__BEZIER_H +#define __ETL__BEZIER_H /* === H E A D E R S ======================================================= */ diff --git a/ETL/trunk/ETL/_bezier_angle.h b/ETL/trunk/ETL/_bezier_angle.h index 10156f2..9a747bb 100644 --- a/ETL/trunk/ETL/_bezier_angle.h +++ b/ETL/trunk/ETL/_bezier_angle.h @@ -24,8 +24,8 @@ /* === S T A R T =========================================================== */ -#ifndef __ETL_BEZIER_ANGLE_H -#define __ETL_BEZIER_ANGLE_H +#ifndef __ETL__BEZIER_ANGLE_H +#define __ETL__BEZIER_ANGLE_H /* === H E A D E R S ======================================================= */ diff --git a/ETL/trunk/ETL/_bit_rotate.h b/ETL/trunk/ETL/_bit_rotate.h index c21c0e7..3fcbee0 100644 --- a/ETL/trunk/ETL/_bit_rotate.h +++ b/ETL/trunk/ETL/_bit_rotate.h @@ -27,8 +27,8 @@ /* === S T A R T =========================================================== */ -#ifndef __ETL_BIT_ROTATE_H -#define __ETL_BIT_ROTATE_H +#ifndef __ETL__BIT_ROTATE_H +#define __ETL__BIT_ROTATE_H /* === H E A D E R S ======================================================= */ diff --git a/ETL/trunk/ETL/_boxblur.h b/ETL/trunk/ETL/_boxblur.h index 39413e8..c043dc3 100644 --- a/ETL/trunk/ETL/_boxblur.h +++ b/ETL/trunk/ETL/_boxblur.h @@ -24,8 +24,8 @@ /* === S T A R T =========================================================== */ -#ifndef __ETL_BOXBLUR_H -#define __ETL_BOXBLUR_H +#ifndef __ETL__BOXBLUR_H +#define __ETL__BOXBLUR_H /* === H E A D E R S ======================================================= */ diff --git a/ETL/trunk/ETL/_curve.h b/ETL/trunk/ETL/_curve.h index e5fd2f3..e6ddbd3 100644 --- a/ETL/trunk/ETL/_curve.h +++ b/ETL/trunk/ETL/_curve.h @@ -24,8 +24,8 @@ /* === S T A R T =========================================================== */ -#ifndef __ETL_CURVE_H -#define __ETL_CURVE_H +#ifndef __ETL__CURVE_H +#define __ETL__CURVE_H /* === H E A D E R S ======================================================= */ diff --git a/ETL/trunk/ETL/_fastangle.h b/ETL/trunk/ETL/_fastangle.h index 78ac67a..322a8cd 100644 --- a/ETL/trunk/ETL/_fastangle.h +++ b/ETL/trunk/ETL/_fastangle.h @@ -24,8 +24,8 @@ /* === S T A R T =========================================================== */ -#ifndef __ETL_FASTANGLE_H -#define __ETL_FASTANGLE_H +#ifndef __ETL__FASTANGLE_H +#define __ETL__FASTANGLE_H /* === H E A D E R S ======================================================= */ diff --git a/ETL/trunk/ETL/_gaussian.h b/ETL/trunk/ETL/_gaussian.h index 6ad9882..781b1ab 100644 --- a/ETL/trunk/ETL/_gaussian.h +++ b/ETL/trunk/ETL/_gaussian.h @@ -24,8 +24,8 @@ /* === S T A R T =========================================================== */ -#ifndef __ETL_GAUSSIAN_H -#define __ETL_GAUSSIAN_H +#ifndef __ETL__GAUSSIAN_H +#define __ETL__GAUSSIAN_H /* === H E A D E R S ======================================================= */ diff --git a/ETL/trunk/ETL/_hermite.h b/ETL/trunk/ETL/_hermite.h index dbec57a..f55ceb8 100644 --- a/ETL/trunk/ETL/_hermite.h +++ b/ETL/trunk/ETL/_hermite.h @@ -24,8 +24,8 @@ /* === S T A R T =========================================================== */ -#ifndef __ETL_HERMITE_H -#define __ETL_HERMITE_H +#ifndef __ETL__HERMITE_H +#define __ETL__HERMITE_H /* === H E A D E R S ======================================================= */ diff --git a/ETL/trunk/ETL/_pen.h b/ETL/trunk/ETL/_pen.h index d1e8082..096570a 100644 --- a/ETL/trunk/ETL/_pen.h +++ b/ETL/trunk/ETL/_pen.h @@ -24,8 +24,8 @@ /* === S T A R T =========================================================== */ -#ifndef __ETL_PEN_H -#define __ETL_PEN_H +#ifndef __ETL__PEN_H +#define __ETL__PEN_H /* === H E A D E R S ======================================================= */ diff --git a/ETL/trunk/ETL/_rect.h b/ETL/trunk/ETL/_rect.h index d9ffe64..6f506a5 100644 --- a/ETL/trunk/ETL/_rect.h +++ b/ETL/trunk/ETL/_rect.h @@ -24,8 +24,8 @@ /* === S T A R T =========================================================== */ -#ifndef __ETL_RECT_H -#define __ETL_RECT_H +#ifndef __ETL__RECT_H +#define __ETL__RECT_H /* === H E A D E R S ======================================================= */ diff --git a/ETL/trunk/ETL/_ref_count.h b/ETL/trunk/ETL/_ref_count.h index 9f05b46..c036f8d 100644 --- a/ETL/trunk/ETL/_ref_count.h +++ b/ETL/trunk/ETL/_ref_count.h @@ -24,8 +24,8 @@ /* === S T A R T =========================================================== */ -#ifndef __ETL_REF_COUNT_H -#define __ETL_REF_COUNT_H +#ifndef __ETL__REF_COUNT_H +#define __ETL__REF_COUNT_H /* === H E A D E R S ======================================================= */ diff --git a/ETL/trunk/ETL/_status.h b/ETL/trunk/ETL/_status.h index eac6178..381fd66 100644 --- a/ETL/trunk/ETL/_status.h +++ b/ETL/trunk/ETL/_status.h @@ -26,8 +26,8 @@ /* === S T A R T =========================================================== */ -#ifndef __ETL_STATUS_H -#define __ETL_STATUS_H +#ifndef __ETL__STATUS_H +#define __ETL__STATUS_H /* === H E A D E R S ======================================================= */ diff --git a/ETL/trunk/ETL/_trivial.h b/ETL/trunk/ETL/_trivial.h index 049b268..a819c1d 100644 --- a/ETL/trunk/ETL/_trivial.h +++ b/ETL/trunk/ETL/_trivial.h @@ -24,8 +24,8 @@ /* === S T A R T =========================================================== */ -#ifndef __ETL_TRIVIAL_H -#define __ETL_TRIVIAL_H +#ifndef __ETL__TRIVIAL_H +#define __ETL__TRIVIAL_H /* === H E A D E R S ======================================================= */ diff --git a/ETL/trunk/ETL/_value.h b/ETL/trunk/ETL/_value.h index a52567e..adf7816 100644 --- a/ETL/trunk/ETL/_value.h +++ b/ETL/trunk/ETL/_value.h @@ -24,8 +24,8 @@ /* === S T A R T =========================================================== */ -#ifndef __ETL_VALUE_H -#define __ETL_VALUE_H +#ifndef __ETL__VALUE_H +#define __ETL__VALUE_H /* === H E A D E R S ======================================================= */ #include -- 2.7.4