summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdullah Sowayan <sowayan@users.noreply.github.com>2008-06-16 19:05:13 +0000
committerAbdullah Sowayan <sowayan@users.noreply.github.com>2008-06-16 19:05:13 +0000
commita53fd33fef5a38bf0d0ad970f7ee77f6fa657470 (patch)
treec3551ad2a26c180a246d84c32feb4ea7bf8bf6e0
parent1742fa2cb78260781c1e771aeb7c6adab8e18995 (diff)
downloadATCD-a53fd33fef5a38bf0d0ad970f7ee77f6fa657470.tar.gz
Mon Jun 16 19:04:42 UTC 2008 Abdullah Sowayan <abdullah.sowayan@lmco.com>
-rw-r--r--CIAO/ChangeLog6
-rw-r--r--CIAO/tools/Config_Handlers/Utils/Functors.h2
2 files changed, 7 insertions, 1 deletions
diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog
index b88d5553f76..1e98587dfd4 100644
--- a/CIAO/ChangeLog
+++ b/CIAO/ChangeLog
@@ -1,3 +1,9 @@
+Mon Jun 16 19:04:42 UTC 2008 Abdullah Sowayan <abdullah.sowayan@lmco.com>
+
+ * tools/Config_Handlers/Utils/Functors.h:
+
+ Untabify.
+
Mon Jun 16 18:37:32 UTC 2008 Abdullah Sowayan <abdullah.sowayan@lmco.com>
* examples/Display/GPS/GPS_exec.cpp:
diff --git a/CIAO/tools/Config_Handlers/Utils/Functors.h b/CIAO/tools/Config_Handlers/Utils/Functors.h
index 6856a0defec..9bb7eca5e72 100644
--- a/CIAO/tools/Config_Handlers/Utils/Functors.h
+++ b/CIAO/tools/Config_Handlers/Utils/Functors.h
@@ -53,7 +53,7 @@ namespace CIAO
* X: First argument to the function
* Y: Second argument to the function
*/
-#define SEQ_HAND_GCC_BUG_WORKAROUND(W, X, Y) \
+#define SEQ_HAND_GCC_BUG_WORKAROUND(W, X, Y) \
while(0) { \
W (*X, Y[0]); \
}