libtool-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Libtool branch, master, updated. v2.4.2-414-ge693c9a


From: Gary V. Vaughan
Subject: [SCM] GNU Libtool branch, master, updated. v2.4.2-414-ge693c9a
Date: Sat, 26 Oct 2013 00:40:05 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Libtool".

The branch, master has been updated
       via  e693c9ac96a19dc5ca01ec3520ab18d1d3342e95 (commit)
      from  404dbdf20245ae02e288284d1385297d0e7a546d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e693c9ac96a19dc5ca01ec3520ab18d1d3342e95
Author: Gary V. Vaughan <address@hidden>
Date:   Sat Oct 26 13:33:14 2013 +1300

    tests: use K&R main() syntax for old-ltdl-iface.at.
    
    At least Mac OS 10.8.5 clang chokes on the previous
    'const void *argv[]' parameter, but since we don't use it
    anyway, keep to the theme of old api support and use K&R
    syntax.
    * tests/old-ltdl-iface.at (old.c): Use 'main ()' instead of
    unportable 'int main (int argc, const void *argv[])'.
    
    Signed-off-by: Gary V. Vaughan <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 tests/old-ltdl-iface.at |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/old-ltdl-iface.at b/tests/old-ltdl-iface.at
index 9c9d5fa..58ca09f 100644
--- a/tests/old-ltdl-iface.at
+++ b/tests/old-ltdl-iface.at
@@ -67,7 +67,7 @@ old_LDADD = -Lltdl $(LIBLTDL)
 AT_DATA([old.c],
 [[#include <stdio.h>
 #include "ltdl.h"
-int main (int argc, const void *argv[]) {
+main () {
   putchar ('.');
   putchar (lt_dlinit () ? 'E' : '.');
   putchar (lt_dlexit () ? 'E' : '.');


hooks/post-receive
-- 
GNU Libtool



reply via email to

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