[xiph-cvs] cvs commit: libshout configure.in

Brendan brendan at xiph.org
Fri Jul 4 23:05:13 PDT 2003



brendan     03/07/05 02:05:13

  Modified:    .        configure.in
  Log:
  Mangle convenience lib prototypes with _shout_ instead of shout_. It makes them
  more private :)
  Simplify the macro very slightly.

Revision  Changes    Path
1.60      +2 -2      libshout/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/libshout/configure.in,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -p -u -r1.59 -r1.60
--- configure.in	4 Jul 2003 23:18:26 -0000	1.59
+++ configure.in	5 Jul 2003 06:05:13 -0000	1.60
@@ -1,5 +1,5 @@
 # Process this file with autoconf to produce a configure script.
-# $Id: configure.in,v 1.59 2003/07/04 23:18:26 giles Exp $
+# $Id: configure.in,v 1.60 2003/07/05 06:05:13 brendan Exp $
 
 m4_define(libshout_major, 2)
 m4_define(libshout_minor, 0)
@@ -30,7 +30,7 @@ dnl create our name mangling macro
 dnl the prefix must be hardwired because of AH limitations
 AH_VERBATIM([_mangle], [
 /* name mangling to protect code we share with other libraries */
-#define _mangle(proc) shout ## _ ## proc
+#define _mangle(proc) _shout_ ## proc
 ])
 
 AC_PROG_CC

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list