Changeset e31e5b8 for protocols/twitter
- Timestamp:
- 2013-04-20T13:05:55Z (12 years ago)
- Branches:
- master
- Children:
- dd95ce4
- Parents:
- 9b2a8c1 (diff), bfafb99 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/twitter/twitter_lib.c
r9b2a8c1 re31e5b8 39 39 #include <ctype.h> 40 40 #include <errno.h> 41 42 /* GLib < 2.12.0 doesn't have g_ascii_strtoll(), work around using system strtoll(). */43 /* GLib < 2.12.4 can be buggy: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=488013 */44 #if !GLIB_CHECK_VERSION(2,12,5)45 #include <stdlib.h>46 #include <limits.h>47 #define g_ascii_strtoll strtoll48 #endif49 41 50 42 #define TXL_STATUS 1
Note: See TracChangeset
for help on using the changeset viewer.