From 79ba927ea0d883d505f6f7aa5aed6f7fa902d19d Mon Sep 17 00:00:00 2001 From: james <> Date: Fri, 7 Mar 2008 14:13:40 +0000 Subject: *** empty log message *** --- src/sympathy.h.head.in | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/sympathy.h.head.in') diff --git a/src/sympathy.h.head.in b/src/sympathy.h.head.in index d2edcdf..e26d094 100644 --- a/src/sympathy.h.head.in +++ b/src/sympathy.h.head.in @@ -12,6 +12,9 @@ /* * $Log$ + * Revision 1.3 2008/03/07 14:13:40 james + * *** empty log message *** + * * Revision 1.2 2008/02/13 18:05:06 james * *** empty log message *** * @@ -38,9 +41,9 @@ extern "C" { #include #include -/*the integer constants here are set by configure*/ +/* the integer constants here are set by configure */ -/*get uint32_t and friends defined */ +/* get uint32_t and friends defined */ #if @G2_HAVE_STDINT_H@ #include #elif @G2_HAVE_SYS_INT_TYPES_H@ @@ -53,7 +56,7 @@ extern "C" { /* If the following is <> then configure failed to find where */ /* struct tm was defined - report it as a bug */ -/*get struct tm defined*/ +/* get struct tm defined */ #include <@G2_TM_H@> #if @G2_TM_IN_SYS_TIME@ -- cgit v1.2.3