~noskcaj/ubuntu/trusty/libextractor/merge

« back to all changes in this revision

Viewing changes to intl/export.h

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2008-11-10 22:21:49 UTC
  • mfrom: (1.10.3 upstream) (5.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20081110222149-pr35f3nmqy5cf52i
Tags: 0.5.21+dfsg-1ubuntu1
* Merge from Debian unstable, remaining Ubuntu changes:
  - (Build-)depend on libltdl7-dev (Ubuntu-specific change).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
#if @HAVE_VISIBILITY@ && BUILDING_LIBINTL
3
 
#define LIBINTL_DLL_EXPORTED __attribute__((__visibility__("default")))
4
 
#else
5
 
#define LIBINTL_DLL_EXPORTED
6
 
#endif