Skip to content

Commit a3d87bf

Browse files
committed
signal.h.m4: Slight reorganization of m4 code.
1 parent 7df87c4 commit a3d87bf

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

sigc++/macros/signal.h.m4

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,8 @@ FOR(1,$1,[
455455
*
456456
* @ingroup signal
457457
*/
458-
template <LIST(class T_return, LOOP(class T_arg%1 = nil, $1))>],[dnl
458+
template <LIST(class T_return, LOOP(class T_arg%1 = nil, $1))>
459+
class signal],[dnl
459460
460461
/** Convenience wrapper for the numbered sigc::signal$1 template.
461462
* See the base class for useful methods.
@@ -466,8 +467,8 @@ ifelse($1, $2,[dnl
466467
* @ingroup signal
467468
])dnl
468469
*/
469-
template <LIST(class T_return, LOOP(class T_arg%1, $1))>])
470-
class signal ifelse($1, $2,,[<LIST(T_return, LOOP(T_arg%1,$1), LOOP(nil, CALL_SIZE - $1))>])
470+
template <LIST(class T_return, LOOP(class T_arg%1, $1))>
471+
class signal ifelse($1, $2,,[<LIST(T_return, LOOP(T_arg%1,$1), LOOP(nil, CALL_SIZE - $1))>])])
471472
: public signal$1<LIST(T_return, LOOP(T_arg%1, $1),nil)>
472473
{
473474
public:

0 commit comments

Comments
 (0)