toon-members
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Toon-members] tag/tag printf.h


From: Edward Rosten
Subject: [Toon-members] tag/tag printf.h
Date: Mon, 05 Jun 2006 22:29:50 +0000

CVSROOT:        /cvsroot/toon
Module name:    tag
Changes by:     Edward Rosten <edrosten>        06/06/05 22:29:50

Modified files:
        tag            : printf.h 

Log message:
        Mistake in macros

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/tag/tag/printf.h?cvsroot=toon&r1=1.5&r2=1.6

Patches:
Index: printf.h
===================================================================
RCS file: /cvsroot/toon/tag/tag/printf.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- printf.h    31 May 2006 16:46:20 -0000      1.5
+++ printf.h    5 Jun 2006 22:29:50 -0000       1.6
@@ -482,7 +482,7 @@
 ///@param A the format string
 ///@param ... the arguments
 ///@ingroup printf
-#define Printf(A, ...) vPrintf(A, (EdUtil::Fmt,## __VA_ARGS__))
+#define Printf(A, ...) vPrintf(A, (tag::Fmt,## __VA_ARGS__))
 
 ///This is the equivalent to the C-style fprintf: it provides a variadic
 ///interface and prints to give ostream. See @ref vfPrintf for details.
@@ -490,7 +490,7 @@
 ///@param A the ostream to write to
 ///@param B the format string
 ///@param ... the arguments
-#define fPrintf(A,B, ...) vfPrintf(A,B, (EdUtil::Fmt,## __VA_ARGS__))
+#define fPrintf(A,B, ...) vfPrintf(A,B, (tag::Fmt,## __VA_ARGS__))
 
 ///This is the equivalent to the C-style sprintf: it provides a variadic
 ///interface returns the string. See @ref vfPrintf for details.
@@ -498,5 +498,5 @@
 ///@param ... the arguments
 ///@return The retulting application of fmt to the arguments
 ///@ingroup printf
-#define sPrintf(A, ...) vsPrintf(A, (EdUtil::Fmt,## __VA_ARGS__))
+#define sPrintf(A, ...) vsPrintf(A, (tag::Fmt,## __VA_ARGS__))
 #endif




reply via email to

[Prev in Thread] Current Thread [Next in Thread]