Mercurial > pidgin
annotate finch/libgnt/genmarshal @ 18812:43b914fef77a
My version of automake seems to require that these if and endif
statements appear at the beginning of the line. If not I get
the following error at compile time:
make[5]: Entering directory `/home/dude/code-pidgin-trunk/libpurple/protocols/bonjour'
Makefile:1019: *** missing separator. Stop.
make[5]: Leaving directory `/home/dude/code-pidgin-trunk/libpurple/protocols/bonjour'
And the if and endif lines appear in Makefile, which they should not.
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 06 Aug 2007 04:52:24 +0000 |
parents | 1983ecd15174 |
children |
rev | line source |
---|---|
15817 | 1 BOOLEAN:VOID |
2 BOOLEAN:STRING | |
3 VOID:INT,INT,INT,INT | |
4 VOID:INT,INT | |
5 VOID:POINTER,POINTER | |
6 BOOLEAN:INT,INT | |
7 BOOLEAN:INT,INT,INT | |
8 BOOLEAN:POINTER,POINTER,POINTER | |
9 BOOLEAN:INT,INT,INT,POINTER | |
10 VOID:STRING,STRING | |
16105
1983ecd15174
Remember the collapsed state of groups in the blist
Richard Nelson <wabz@pidgin.im>
parents:
15817
diff
changeset
|
11 VOID:POINTER,BOOLEAN |