diff options
author | Ewald Snel <esnel@users.sourceforge.net> | 2002-09-14 14:15:51 +0000 |
---|---|---|
committer | Ewald Snel <esnel@users.sourceforge.net> | 2002-09-14 14:15:51 +0000 |
commit | 20d526f074fb03d46f157dab7a5ed47b70b47973 (patch) | |
tree | dc37c0fe0cb8224c1e5ba923a6a8e91b8e8259bd | |
parent | 676d2c786d4e13d13ce6e876d5277b982c20b06a (diff) | |
download | xine-lib-20d526f074fb03d46f157dab7a5ed47b70b47973.tar.gz xine-lib-20d526f074fb03d46f157dab7a5ed47b70b47973.tar.bz2 |
Don't use C++ style comment in public header
- fixes build problems of xine aRts plugin for KDE
CVS patchset: 2662
CVS date: 2002/09/14 14:15:51
-rw-r--r-- | src/xine-utils/attributes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xine-utils/attributes.h b/src/xine-utils/attributes.h index 7c190476b..0e377831b 100644 --- a/src/xine-utils/attributes.h +++ b/src/xine-utils/attributes.h @@ -19,7 +19,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -//use gcc attribs to align critical data structures +/* use gcc attribs to align critical data structures */ #ifdef ATTRIBUTE_ALIGNED_MAX #define ATTR_ALIGN(align) __attribute__ ((__aligned__ ((ATTRIBUTE_ALIGNED_MAX < align) ? ATTRIBUTE_ALIGNED_MAX : align))) |